From a2ee855fb2f7f0b06b17c04bf0c0afa43e3d7184 Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Tue, 24 Dec 2024 14:31:40 -0500 Subject: [PATCH] ESP-IDF_Robot_RC --- .../.vscode/c_cpp_properties.json | 2 +- ESP-IDF_Robot_RC/build/.ninja_log | 1 + .../build/CMakeFiles/TargetDirectories.txt | 809 ++ .../CMakeFiles/bootloader.dir/Labels.json | 43 + .../CMakeFiles/bootloader.dir/Labels.txt | 13 + .../build/CMakeFiles/clean_additional.cmake | 24 + .../build/CMakeFiles/git-data/HEAD | 2 +- .../build/CMakeFiles/git-data/grabRef.cmake | 2 +- .../build/CMakeFiles/git-data/head-ref | 2 +- .../{rules.ninja.tmp180ac => rules.ninja} | 836 +- .../{build.ninja.tmp37fba => build.ninja} | 9316 +++++++++++++++++ ...ds.json.tmp21e24 => compile_commands.json} | 1992 +++- .../build/esp-idf/bt/cmake_install.cmake | 39 + .../build/esp-idf/cmock/cmake_install.cmake | 39 + .../build/esp-idf/console/cmake_install.cmake | 39 + .../build/esp-idf/driver/cmake_install.cmake | 39 + .../build/esp-idf/esp-tls/cmake_install.cmake | 39 + .../build/esp-idf/esp_adc/cmake_install.cmake | 39 + .../esp-idf/esp_coex/cmake_install.cmake | 39 + .../esp_driver_ana_cmpr/cmake_install.cmake | 39 + .../esp_driver_cam/cmake_install.cmake | 39 + .../esp_driver_dac/cmake_install.cmake | 39 + .../esp_driver_i2c/cmake_install.cmake | 39 + .../esp_driver_i2s/cmake_install.cmake | 39 + .../esp_driver_isp/cmake_install.cmake | 39 + .../esp_driver_jpeg/cmake_install.cmake | 39 + .../esp_driver_ledc/cmake_install.cmake | 39 + .../esp_driver_mcpwm/cmake_install.cmake | 39 + .../esp_driver_parlio/cmake_install.cmake | 39 + .../esp_driver_pcnt/cmake_install.cmake | 39 + .../esp_driver_ppa/cmake_install.cmake | 39 + .../esp_driver_rmt/cmake_install.cmake | 39 + .../esp_driver_sdio/cmake_install.cmake | 39 + .../esp_driver_sdm/cmake_install.cmake | 39 + .../esp_driver_sdmmc/cmake_install.cmake | 39 + .../esp_driver_sdspi/cmake_install.cmake | 39 + .../esp_driver_spi/cmake_install.cmake | 39 + .../esp_driver_touch_sens/cmake_install.cmake | 39 + .../esp_driver_tsens/cmake_install.cmake | 39 + .../cmake_install.cmake | 39 + .../build/esp-idf/esp_eth/cmake_install.cmake | 39 + .../esp-idf/esp_gdbstub/cmake_install.cmake | 39 + .../build/esp-idf/esp_hid/cmake_install.cmake | 39 + .../esp_http_client/cmake_install.cmake | 39 + .../esp_http_server/cmake_install.cmake | 39 + .../esp-idf/esp_https_ota/cmake_install.cmake | 39 + .../esp_https_server/cmake_install.cmake | 39 + .../build/esp-idf/esp_lcd/cmake_install.cmake | 39 + .../esp_local_ctrl/cmake_install.cmake | 39 + .../esp-idf/esp_netif/cmake_install.cmake | 39 + .../esp_netif_stack/cmake_install.cmake | 39 + .../build/esp-idf/esp_phy/cmake_install.cmake | 39 + .../esp-idf/esp_psram/cmake_install.cmake | 39 + .../esp_vfs_console/cmake_install.cmake | 39 + .../esp-idf/esp_wifi/cmake_install.cmake | 39 + .../esp-idf/espcoredump/cmake_install.cmake | 39 + .../build/esp-idf/fatfs/cmake_install.cmake | 39 + .../esp-idf/http_parser/cmake_install.cmake | 39 + .../esp-idf/idf_test/cmake_install.cmake | 39 + .../esp-idf/ieee802154/cmake_install.cmake | 39 + .../build/esp-idf/json/cmake_install.cmake | 39 + .../build/esp-idf/lwip/cmake_install.cmake | 39 + .../build/esp-idf/main/cmake_install.cmake | 39 + .../build/esp-idf/mqtt/cmake_install.cmake | 39 + .../esp-idf/nvs_flash/cmake_install.cmake | 39 + .../nvs_sec_provider/cmake_install.cmake | 39 + .../esp-idf/openthread/cmake_install.cmake | 39 + .../esp-idf/protobuf-c/cmake_install.cmake | 39 + .../esp-idf/protocomm/cmake_install.cmake | 39 + .../build/esp-idf/sdmmc/cmake_install.cmake | 39 + .../build/esp-idf/spiffs/cmake_install.cmake | 39 + .../esp-idf/tcp_transport/cmake_install.cmake | 39 + .../build/esp-idf/ulp/cmake_install.cmake | 39 + .../build/esp-idf/unity/cmake_install.cmake | 39 + .../build/esp-idf/usb/cmake_install.cmake | 39 + .../build/esp-idf/vfs/cmake_install.cmake | 39 + .../wear_levelling/cmake_install.cmake | 39 + .../wifi_provisioning/cmake_install.cmake | 39 + .../wpa_supplicant/cmake_install.cmake | 39 + .../build/log/idf_py_stdout_output_454134 | 40 + 80 files changed, 15689 insertions(+), 6 deletions(-) create mode 100644 ESP-IDF_Robot_RC/build/.ninja_log create mode 100644 ESP-IDF_Robot_RC/build/CMakeFiles/TargetDirectories.txt create mode 100644 ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir/Labels.json create mode 100644 ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir/Labels.txt create mode 100644 ESP-IDF_Robot_RC/build/CMakeFiles/clean_additional.cmake mode change 100644 => 100755 ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD mode change 100644 => 100755 ESP-IDF_Robot_RC/build/CMakeFiles/git-data/head-ref rename ESP-IDF_Robot_RC/build/CMakeFiles/{rules.ninja.tmp180ac => rules.ninja} (50%) rename ESP-IDF_Robot_RC/build/{build.ninja.tmp37fba => build.ninja} (53%) rename ESP-IDF_Robot_RC/build/{compile_commands.json.tmp21e24 => compile_commands.json} (56%) create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/bt/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/cmock/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/console/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/driver/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp-tls/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_adc/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_coex/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_eth/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_hid/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_netif/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_phy/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_psram/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/espcoredump/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/fatfs/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/http_parser/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/idf_test/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/ieee802154/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/json/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/lwip/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/main/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/mqtt/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/openthread/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/protocomm/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/sdmmc/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/spiffs/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/ulp/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/unity/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/usb/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/vfs/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/cmake_install.cmake create mode 100644 ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/cmake_install.cmake diff --git a/ESP-IDF_Robot_RC/.vscode/c_cpp_properties.json b/ESP-IDF_Robot_RC/.vscode/c_cpp_properties.json index 906558342..93ae3f562 100644 --- a/ESP-IDF_Robot_RC/.vscode/c_cpp_properties.json +++ b/ESP-IDF_Robot_RC/.vscode/c_cpp_properties.json @@ -2,7 +2,7 @@ "configurations": [ { "name": "ESP-IDF", - "compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc", + "compilerPath": "${config:idf.toolsPath}/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", "compileCommands": "${config:idf.buildPath}/compile_commands.json", "includePath": [ "${config:idf.espIdfPath}/components/**", diff --git a/ESP-IDF_Robot_RC/build/.ninja_log b/ESP-IDF_Robot_RC/build/.ninja_log new file mode 100644 index 000000000..1fc148d6b --- /dev/null +++ b/ESP-IDF_Robot_RC/build/.ninja_log @@ -0,0 +1 @@ +# ninja log v5 diff --git a/ESP-IDF_Robot_RC/build/CMakeFiles/TargetDirectories.txt b/ESP-IDF_Robot_RC/build/CMakeFiles/TargetDirectories.txt new file mode 100644 index 000000000..1cf859af9 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,809 @@ +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/menuconfig.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/confserver.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/save-defconfig.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/gen_project_binary.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/app.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/erase_flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/uf2.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/uf2-app.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/merge-bin.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/monitor.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/encrypted-flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/_project_elf_src.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/ESP-IDF_Robot_RC.elf.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/size.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/size-files.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/size-components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/riscv/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/riscv/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/riscv/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/riscv/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/riscv/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/riscv/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gpio/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gpio/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gpio/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gpio/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_pm/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_pm/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/partition-table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/partition_table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_app_format/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_update/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_update/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_update/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_update/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_update/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_partition/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_partition/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader_support/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_mm/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_mm/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spi_flash/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spi_flash/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_common/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_common/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_common/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_rom/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_rom/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/hal/CMakeFiles/__idf_hal.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/hal/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/hal/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/hal/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/hal/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/hal/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/log/CMakeFiles/__idf_log.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/log/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/log/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/log/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/log/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/log/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/log/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/heap/CMakeFiles/__idf_heap.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/heap/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/heap/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/heap/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/heap/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/heap/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/soc/CMakeFiles/__idf_soc.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/soc/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/soc/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/soc/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/soc/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/soc/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/freertos/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/freertos/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/freertos/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/freertos/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/freertos/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/port/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/port/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/pthread/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/pthread/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/pthread/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/pthread/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/pthread/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cxx/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cxx/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cxx/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cxx/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cxx/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_timer/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_timer/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gptimer/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gptimer/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_uart/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_uart/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_uart/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_uart/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_uart/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_trace/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_trace/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_trace/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_event/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_event/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_event/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver/CMakeFiles/__idf_driver.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity/CMakeFiles/__idf_unity.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console/CMakeFiles/__idf_console.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json/CMakeFiles/__idf_json.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main/CMakeFiles/__idf_main.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main/CMakeFiles/edit_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main/CMakeFiles/rebuild_cache.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main/CMakeFiles/list_install_components.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main/CMakeFiles/install.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main/CMakeFiles/install/local.dir +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main/CMakeFiles/install/strip.dir diff --git a/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir/Labels.json b/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir/Labels.json new file mode 100644 index 000000000..a7660f941 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir/Labels.json @@ -0,0 +1,43 @@ +{ + "sources" : + [ + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.rule" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader-complete.rule" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" + }, + { + "file" : "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" + } + ], + "target" : + { + "labels" : + [ + "bootloader" + ], + "name" : "bootloader" + } +} \ No newline at end of file diff --git a/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir/Labels.txt b/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir/Labels.txt new file mode 100644 index 000000000..31e1169b0 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.dir/Labels.txt @@ -0,0 +1,13 @@ +# Target labels + bootloader +# Source files and their labels +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader.rule +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/bootloader-complete.rule +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule +/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule diff --git a/ESP-IDF_Robot_RC/build/CMakeFiles/clean_additional.cmake b/ESP-IDF_Robot_RC/build/CMakeFiles/clean_additional.cmake new file mode 100644 index 000000000..8c8646452 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/CMakeFiles/clean_additional.cmake @@ -0,0 +1,24 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") + file(REMOVE_RECURSE + "ESP-IDF_Robot_RC.bin" + "ESP-IDF_Robot_RC.map" + "bootloader/bootloader.bin" + "bootloader/bootloader.elf" + "bootloader/bootloader.map" + "config/sdkconfig.cmake" + "config/sdkconfig.h" + "esp-idf/esptool_py/flasher_args.json.in" + "esp-idf/mbedtls/x509_crt_bundle" + "flash_app_args" + "flash_bootloader_args" + "flash_project_args" + "flasher_args.json" + "ldgen_libraries" + "ldgen_libraries.in" + "project_elf_src_esp32c3.c" + "x509_crt_bundle.S" + ) +endif() diff --git a/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD b/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD old mode 100644 new mode 100755 index b870d8262..1cb074c97 --- a/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD +++ b/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD @@ -1 +1 @@ -ref: refs/heads/main +c8fc5f643b7a7b0d3b182d3df610844e3dc9bd74 diff --git a/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/grabRef.cmake b/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/grabRef.cmake index c826aeb7d..f001767ed 100755 --- a/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/grabRef.cmake +++ b/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/grabRef.cmake @@ -18,7 +18,7 @@ set(HEAD_HASH) file(READ "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) -set(GIT_DIR "/home/alex/MyProjects/ESP-Nodes/.git") +set(GIT_DIR "/home/alex/esp/v5.3.1/esp-idf/.git") # handle git-worktree if(EXISTS "${GIT_DIR}/commondir") file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024) diff --git a/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/head-ref b/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/head-ref old mode 100644 new mode 100755 index 8d59d934e..1cb074c97 --- a/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/head-ref +++ b/ESP-IDF_Robot_RC/build/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -93ec93d66c41a1f4c8fb31fc8c52309a2c9743f5 +c8fc5f643b7a7b0d3b182d3df610844e3dc9bd74 diff --git a/ESP-IDF_Robot_RC/build/CMakeFiles/rules.ninja.tmp180ac b/ESP-IDF_Robot_RC/build/CMakeFiles/rules.ninja similarity index 50% rename from ESP-IDF_Robot_RC/build/CMakeFiles/rules.ninja.tmp180ac rename to ESP-IDF_Robot_RC/build/CMakeFiles/rules.ninja index d118439eb..c55b939a3 100644 --- a/ESP-IDF_Robot_RC/build/CMakeFiles/rules.ninja.tmp180ac +++ b/ESP-IDF_Robot_RC/build/CMakeFiles/rules.ninja @@ -842,4 +842,838 @@ rule C_COMPILER____idf_esp_driver_rmt_unscanned_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_rmt_ - command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD \ No newline at end of file + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_tsens_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_tsens_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_sdm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdm_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_i2c_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2c_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_ledc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_ledc_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_driver_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_driver_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_phy_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_vfs_console_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_vfs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_vfs_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_lwip_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_lwip_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_netif_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_wpa_supplicant_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_coex_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_wifi_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_unity_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_unity_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_cmock_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_cmock_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_console_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_console_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_http_parser_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_http_parser_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp-tls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_adc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_cam_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_cam_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_eth_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_gdbstub_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_hid_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_tcp_transport_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_http_client_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_http_server_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_https_ota_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_https_server_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_https_server_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_lcd_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_protobuf-c_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_protocomm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_protocomm_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_local_ctrl_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_espcoredump_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_wear_levelling_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_fatfs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_fatfs_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_json_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_json_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_mqtt_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_mqtt_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_nvs_sec_provider_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_nvs_sec_provider_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spiffs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_spiffs_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_wifi_provisioning_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_main_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_main_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/ESP-IDF_Robot_RC/build/build.ninja.tmp37fba b/ESP-IDF_Robot_RC/build/build.ninja similarity index 53% rename from ESP-IDF_Robot_RC/build/build.ninja.tmp37fba rename to ESP-IDF_Robot_RC/build/build.ninja index 1145494b0..bf5cd4b07 100644 --- a/ESP-IDF_Robot_RC/build/build.ninja.tmp37fba +++ b/ESP-IDF_Robot_RC/build/build.ninja @@ -11095,3 +11095,9319 @@ build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_ OBJECT_FILE_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src TARGET_COMPILE_PDB = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/__idf_esp_driver_usb_serial_jtag.pdb TARGET_PDB = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_usb_serial_jtag + + +############################################# +# Link the static library esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +build esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_ esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj || esp-idf/driver/libdriver.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/__idf_esp_driver_usb_serial_jtag.pdb + TARGET_FILE = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + TARGET_PDB = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/edit_cache: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/rebuild_cache: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_usb_serial_jtag/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install/local: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install/strip: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_driver + + +############################################# +# Order-only phony target for __idf_driver + +build cmake_object_order_depends_target___idf_driver: phony || cmake_object_order_depends_target___idf_esp_phy + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated/adc_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated/adc_dma_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated/timer_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/i2c.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated/i2s_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated/rmt_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated/sigma_delta_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj: C_COMPILER____idf_driver_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/driver/twai/twai.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + OBJECT_FILE_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir/twai + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_PDB = esp-idf/driver/libdriver.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_driver + + +############################################# +# Link the static library esp-idf/driver/libdriver.a + +build esp-idf/driver/libdriver.a: C_STATIC_LIBRARY_LINKER____idf_driver_ esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj || esp-idf/esp_phy/libesp_phy.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb + TARGET_FILE = esp-idf/driver/libdriver.a + TARGET_PDB = esp-idf/driver/libdriver.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/driver/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/driver/edit_cache: phony esp-idf/driver/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/driver/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/driver/rebuild_cache: phony esp-idf/driver/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/driver/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/driver/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/driver/install: phony esp-idf/driver/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/driver/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/driver/install/local: phony esp-idf/driver/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/driver/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/driver/install/strip: phony esp-idf/driver/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_phy + + +############################################# +# Order-only phony target for __idf_esp_phy + +build cmake_object_order_depends_target___idf_esp_phy: phony || cmake_object_order_depends_target___idf_esp_vfs_console + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/src/phy_override.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb + TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb + TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/src/phy_common.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb + TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/src/phy_init.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb + TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/phy_init_data.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb + TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/src/btbb_init.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + OBJECT_FILE_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb + TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_phy + + +############################################# +# Link the static library esp-idf/esp_phy/libesp_phy.a + +build esp-idf/esp_phy/libesp_phy.a: C_STATIC_LIBRARY_LINKER____idf_esp_phy_ esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj || esp-idf/esp_vfs_console/libesp_vfs_console.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb + TARGET_FILE = esp-idf/esp_phy/libesp_phy.a + TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_phy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_phy/edit_cache: phony esp-idf/esp_phy/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_phy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_phy/rebuild_cache: phony esp-idf/esp_phy/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_phy/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_phy/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_phy/install: phony esp-idf/esp_phy/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_phy/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_phy/install/local: phony esp-idf/esp_phy/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_phy/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_phy/install/strip: phony esp-idf/esp_phy/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_vfs_console + + +############################################# +# Order-only phony target for __idf_esp_vfs_console + +build cmake_object_order_depends_target___idf_esp_vfs_console: phony || cmake_object_order_depends_target___idf_vfs + +build esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj: C_COMPILER____idf_esp_vfs_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/vfs_console.c || cmake_object_order_depends_target___idf_esp_vfs_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + OBJECT_FILE_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + TARGET_COMPILE_PDB = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/__idf_esp_vfs_console.pdb + TARGET_PDB = esp-idf/esp_vfs_console/libesp_vfs_console.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_vfs_console + + +############################################# +# Link the static library esp-idf/esp_vfs_console/libesp_vfs_console.a + +build esp-idf/esp_vfs_console/libesp_vfs_console.a: C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_ esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj || esp-idf/vfs/libvfs.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/__idf_esp_vfs_console.pdb + TARGET_FILE = esp-idf/esp_vfs_console/libesp_vfs_console.a + TARGET_PDB = esp-idf/esp_vfs_console/libesp_vfs_console.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_vfs_console/edit_cache: phony esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/rebuild_cache: phony esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_vfs_console/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_vfs_console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install: phony esp-idf/esp_vfs_console/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_vfs_console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install/local: phony esp-idf/esp_vfs_console/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_vfs_console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install/strip: phony esp-idf/esp_vfs_console/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_vfs + + +############################################# +# Order-only phony target for __idf_vfs + +build cmake_object_order_depends_target___idf_vfs: phony || cmake_object_order_depends_target___idf_lwip + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/vfs/vfs.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb + TARGET_PDB = esp-idf/vfs/libvfs.pdb + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/vfs/vfs_eventfd.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb + TARGET_PDB = esp-idf/vfs/libvfs.pdb + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/vfs/vfs_semihost.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb + TARGET_PDB = esp-idf/vfs/libvfs.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_vfs + + +############################################# +# Link the static library esp-idf/vfs/libvfs.a + +build esp-idf/vfs/libvfs.a: C_STATIC_LIBRARY_LINKER____idf_vfs_ esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj || esp-idf/lwip/liblwip.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb + TARGET_FILE = esp-idf/vfs/libvfs.a + TARGET_PDB = esp-idf/vfs/libvfs.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/vfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/vfs/edit_cache: phony esp-idf/vfs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/vfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/vfs/rebuild_cache: phony esp-idf/vfs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/vfs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/vfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/vfs/install: phony esp-idf/vfs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/vfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/vfs/install/local: phony esp-idf/vfs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/vfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/vfs/install/strip: phony esp-idf/vfs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_lwip + + +############################################# +# Order-only phony target for __idf_lwip + +build cmake_object_order_depends_target___idf_lwip: phony || cmake_object_order_depends_target___idf_esp_netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/api_lib.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/api_msg.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/err.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/if_api.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/netbuf.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/netdb.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/netifapi.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/sockets.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/api/tcpip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/def.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/dns.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/inet_chksum.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/init.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/mem.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/memp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/netif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/pbuf.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/raw.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/stats.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/sys.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp_in.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp_out.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/timeouts.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/udp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ethernet.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/bridgeif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/slipif.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-array-parameter + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/hooks/tcp_isn_default.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/debug/lwip_debug.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/sockets_ext.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/sys_arch.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/esp_ping.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/ping.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/ping_sock.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_PDB = esp-idf/lwip/liblwip.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_lwip + + +############################################# +# Link the static library esp-idf/lwip/liblwip.a + +build esp-idf/lwip/liblwip.a: C_STATIC_LIBRARY_LINKER____idf_lwip_ esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj || esp-idf/esp_netif/libesp_netif.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb + TARGET_FILE = esp-idf/lwip/liblwip.a + TARGET_PDB = esp-idf/lwip/liblwip.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/lwip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/lwip/edit_cache: phony esp-idf/lwip/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/lwip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/lwip/rebuild_cache: phony esp-idf/lwip/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/lwip/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/lwip/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/lwip/install: phony esp-idf/lwip/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/lwip/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/lwip/install/local: phony esp-idf/lwip/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/lwip/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/lwip/install/strip: phony esp-idf/lwip/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_netif_stack/edit_cache: phony esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/rebuild_cache: phony esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif_stack/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_netif_stack/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install: phony esp-idf/esp_netif_stack/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif_stack/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install/local: phony esp-idf/esp_netif_stack/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif_stack/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install/strip: phony esp-idf/esp_netif_stack/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Order-only phony target for __idf_esp_netif + +build cmake_object_order_depends_target___idf_esp_netif: phony || cmake_object_order_depends_target___idf_wpa_supplicant + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_handlers.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_objects.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_defaults.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/wlanif.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/ethernetif.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + OBJECT_FILE_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Link the static library esp-idf/esp_netif/libesp_netif.a + +build esp-idf/esp_netif/libesp_netif.a: C_STATIC_LIBRARY_LINKER____idf_esp_netif_ esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj || esp-idf/wpa_supplicant/libwpa_supplicant.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb + TARGET_FILE = esp-idf/esp_netif/libesp_netif.a + TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_netif/edit_cache: phony esp-idf/esp_netif/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_netif/rebuild_cache: phony esp-idf/esp_netif/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_netif/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_netif/install: phony esp-idf/esp_netif/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_netif/install/local: phony esp-idf/esp_netif/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_netif/install/strip: phony esp-idf/esp_netif/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Order-only phony target for __idf_wpa_supplicant + +build cmake_object_order_depends_target___idf_wpa_supplicant: phony || cmake_object_order_depends_target___idf_esp_coex + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/os_xtensa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/eloop.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ap_config.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/sta_info.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/sae.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/dragonfly.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/wpa_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/bitfield.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/base64.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/ext_password.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/uuid.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/json.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/sae_pk.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/rc4.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.3.1-dirty\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + OBJECT_FILE_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Link the static library esp-idf/wpa_supplicant/libwpa_supplicant.a + +build esp-idf/wpa_supplicant/libwpa_supplicant.a: C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj || esp-idf/esp_coex/libesp_coex.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb + TARGET_FILE = esp-idf/wpa_supplicant/libwpa_supplicant.a + TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/wpa_supplicant/edit_cache: phony esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/rebuild_cache: phony esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wpa_supplicant/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wpa_supplicant/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install: phony esp-idf/wpa_supplicant/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wpa_supplicant/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install/local: phony esp-idf/wpa_supplicant/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wpa_supplicant/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install/strip: phony esp-idf/wpa_supplicant/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_coex + + +############################################# +# Order-only phony target for __idf_esp_coex + +build cmake_object_order_depends_target___idf_esp_coex: phony || cmake_object_order_depends_target___idf_esp_wifi + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + OBJECT_FILE_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/__idf_esp_coex.pdb + TARGET_PDB = esp-idf/esp_coex/libesp_coex.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_coex + + +############################################# +# Link the static library esp-idf/esp_coex/libesp_coex.a + +build esp-idf/esp_coex/libesp_coex.a: C_STATIC_LIBRARY_LINKER____idf_esp_coex_ esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj || esp-idf/esp_wifi/libesp_wifi.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/__idf_esp_coex.pdb + TARGET_FILE = esp-idf/esp_coex/libesp_coex.a + TARGET_PDB = esp-idf/esp_coex/libesp_coex.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_coex/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_coex/edit_cache: phony esp-idf/esp_coex/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_coex/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_coex/rebuild_cache: phony esp-idf/esp_coex/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_coex/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_coex/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_coex/install: phony esp-idf/esp_coex/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_coex/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_coex/install/local: phony esp-idf/esp_coex/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_coex/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_coex/install/strip: phony esp-idf/esp_coex/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_wifi + + +############################################# +# Order-only phony target for __idf_esp_wifi + +build cmake_object_order_depends_target___idf_esp_wifi: phony || cmake_object_order_depends_target___idf_http_parser + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/mesh_event.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/smartconfig.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_init.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_default.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_netif.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_default_ap.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/smartconfig_ack.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + OBJECT_FILE_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_wifi + + +############################################# +# Link the static library esp-idf/esp_wifi/libesp_wifi.a + +build esp-idf/esp_wifi/libesp_wifi.a: C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj || esp-idf/http_parser/libhttp_parser.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb + TARGET_FILE = esp-idf/esp_wifi/libesp_wifi.a + TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_wifi/edit_cache: phony esp-idf/esp_wifi/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_wifi/rebuild_cache: phony esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_wifi/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_wifi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install: phony esp-idf/esp_wifi/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_wifi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install/local: phony esp-idf/esp_wifi/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_wifi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install/strip: phony esp-idf/esp_wifi/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/bt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/bt/edit_cache: phony esp-idf/bt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bt/rebuild_cache: phony esp-idf/bt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bt/install: phony esp-idf/bt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bt/install/local: phony esp-idf/bt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bt/install/strip: phony esp-idf/bt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_unity + + +############################################# +# Order-only phony target for __idf_unity + +build cmake_object_order_depends_target___idf_unity: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER____idf_unity_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src/unity.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_PDB = esp-idf/unity/libunity.pdb + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj: C_COMPILER____idf_unity_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_compat.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_PDB = esp-idf/unity/libunity.pdb + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj: C_COMPILER____idf_unity_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_runner.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_PDB = esp-idf/unity/libunity.pdb + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj: C_COMPILER____idf_unity_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_freertos.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_PDB = esp-idf/unity/libunity.pdb + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj: C_COMPILER____idf_unity_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_cache.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_PDB = esp-idf/unity/libunity.pdb + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj: C_COMPILER____idf_unity_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_memory.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_PDB = esp-idf/unity/libunity.pdb + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj: C_COMPILER____idf_unity_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_port_esp32.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_PDB = esp-idf/unity/libunity.pdb + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj: C_COMPILER____idf_unity_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + OBJECT_FILE_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_PDB = esp-idf/unity/libunity.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_unity + + +############################################# +# Link the static library esp-idf/unity/libunity.a + +build esp-idf/unity/libunity.a: C_STATIC_LIBRARY_LINKER____idf_unity_ esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb + TARGET_FILE = esp-idf/unity/libunity.a + TARGET_PDB = esp-idf/unity/libunity.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/unity/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/unity/edit_cache: phony esp-idf/unity/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/unity/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/unity/rebuild_cache: phony esp-idf/unity/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/unity/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/unity/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/unity/install: phony esp-idf/unity/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/unity/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/unity/install/local: phony esp-idf/unity/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/unity/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/unity/install/strip: phony esp-idf/unity/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_cmock + + +############################################# +# Order-only phony target for __idf_cmock + +build cmake_object_order_depends_target___idf_cmock: phony || cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_unity + +build esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj: C_COMPILER____idf_cmock_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/src/cmock.c || cmake_object_order_depends_target___idf_cmock + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src + OBJECT_DIR = esp-idf/cmock/CMakeFiles/__idf_cmock.dir + OBJECT_FILE_DIR = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src + TARGET_COMPILE_PDB = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/__idf_cmock.pdb + TARGET_PDB = esp-idf/cmock/libcmock.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_cmock + + +############################################# +# Link the static library esp-idf/cmock/libcmock.a + +build esp-idf/cmock/libcmock.a: C_STATIC_LIBRARY_LINKER____idf_cmock_ esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj || esp-idf/riscv/libriscv.a esp-idf/unity/libunity.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/cmock/CMakeFiles/__idf_cmock.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/__idf_cmock.pdb + TARGET_FILE = esp-idf/cmock/libcmock.a + TARGET_PDB = esp-idf/cmock/libcmock.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/cmock/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/cmock/edit_cache: phony esp-idf/cmock/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/cmock/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/cmock/rebuild_cache: phony esp-idf/cmock/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/cmock/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/cmock/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/cmock/install: phony esp-idf/cmock/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/cmock/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/cmock/install/local: phony esp-idf/cmock/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/cmock/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/cmock/install/strip: phony esp-idf/cmock/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_console + + +############################################# +# Order-only phony target for __idf_console + +build cmake_object_order_depends_target___idf_console: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/commands.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/esp_console_common.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/split_argv.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/linenoise/linenoise.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/esp_console_repl_chip.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_cmd.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_date.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_dbl.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_dstr.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_end.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_file.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_hashtable.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_int.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_lit.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_rem.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_rex.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_str.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_utils.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + +build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj: C_COMPILER____idf_console_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/argtable3.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_console + + +############################################# +# Link the static library esp-idf/console/libconsole.a + +build esp-idf/console/libconsole.a: C_STATIC_LIBRARY_LINKER____idf_console_ esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_FILE = esp-idf/console/libconsole.a + TARGET_PDB = esp-idf/console/libconsole.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/console/edit_cache: phony esp-idf/console/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/console/rebuild_cache: phony esp-idf/console/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/console/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/console/install: phony esp-idf/console/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/console/install/local: phony esp-idf/console/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/console/install/strip: phony esp-idf/console/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_http_parser + + +############################################# +# Order-only phony target for __idf_http_parser + +build cmake_object_order_depends_target___idf_http_parser: phony || cmake_object_order_depends_target___idf_esp-tls + +build esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj: C_COMPILER____idf_http_parser_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/http_parser/http_parser.c || cmake_object_order_depends_target___idf_http_parser + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir + OBJECT_FILE_DIR = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir + TARGET_COMPILE_PDB = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/__idf_http_parser.pdb + TARGET_PDB = esp-idf/http_parser/libhttp_parser.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_http_parser + + +############################################# +# Link the static library esp-idf/http_parser/libhttp_parser.a + +build esp-idf/http_parser/libhttp_parser.a: C_STATIC_LIBRARY_LINKER____idf_http_parser_ esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj || esp-idf/esp-tls/libesp-tls.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/__idf_http_parser.pdb + TARGET_FILE = esp-idf/http_parser/libhttp_parser.a + TARGET_PDB = esp-idf/http_parser/libhttp_parser.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/http_parser/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/http_parser/edit_cache: phony esp-idf/http_parser/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/http_parser/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/http_parser/rebuild_cache: phony esp-idf/http_parser/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/http_parser/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/http_parser/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/http_parser/install: phony esp-idf/http_parser/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/http_parser/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/http_parser/install/local: phony esp-idf/http_parser/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/http_parser/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/http_parser/install/strip: phony esp-idf/http_parser/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp-tls + + +############################################# +# Order-only phony target for __idf_esp-tls + +build cmake_object_order_depends_target___idf_esp-tls: phony || cmake_object_order_depends_target___idf_esp_adc + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb + TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto + TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb + TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_error_capture.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb + TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_platform_port.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb + TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_mbedtls.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + OBJECT_FILE_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb + TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp-tls + + +############################################# +# Link the static library esp-idf/esp-tls/libesp-tls.a + +build esp-idf/esp-tls/libesp-tls.a: C_STATIC_LIBRARY_LINKER____idf_esp-tls_ esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj || esp-idf/esp_adc/libesp_adc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb + TARGET_FILE = esp-idf/esp-tls/libesp-tls.a + TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp-tls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp-tls/edit_cache: phony esp-idf/esp-tls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp-tls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp-tls/rebuild_cache: phony esp-idf/esp-tls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp-tls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp-tls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp-tls/install: phony esp-idf/esp-tls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp-tls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp-tls/install/local: phony esp-idf/esp-tls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp-tls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp-tls/install/strip: phony esp-idf/esp-tls/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_adc + + +############################################# +# Order-only phony target for __idf_esp_adc + +build cmake_object_order_depends_target___idf_esp_adc: phony || cmake_object_order_depends_target___idf_esp_eth + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_oneshot.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_common.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_cali.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_cali_curve_fitting.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_continuous.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_monitor.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/gdma/adc_dma.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_filter.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/esp32c3/esp_adc_cal_legacy.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_adc + + +############################################# +# Link the static library esp-idf/esp_adc/libesp_adc.a + +build esp-idf/esp_adc/libesp_adc.a: C_STATIC_LIBRARY_LINKER____idf_esp_adc_ esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj || esp-idf/esp_eth/libesp_eth.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb + TARGET_FILE = esp-idf/esp_adc/libesp_adc.a + TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_adc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_adc/edit_cache: phony esp-idf/esp_adc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_adc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_adc/rebuild_cache: phony esp-idf/esp_adc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_adc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_adc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_adc/install: phony esp-idf/esp_adc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_adc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_adc/install/local: phony esp-idf/esp_adc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_adc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_adc/install/strip: phony esp-idf/esp_adc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_isp/edit_cache: phony esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/rebuild_cache: phony esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_isp/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_isp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install: phony esp-idf/esp_driver_isp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_isp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install/local: phony esp-idf/esp_driver_isp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_isp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install/strip: phony esp-idf/esp_driver_isp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_cam + + +############################################# +# Order-only phony target for __idf_esp_driver_cam + +build cmake_object_order_depends_target___idf_esp_driver_cam: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj: C_COMPILER____idf_esp_driver_cam_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c || cmake_object_order_depends_target___idf_esp_driver_cam + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/interface -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/__idf_esp_driver_cam.pdb + TARGET_PDB = esp-idf/esp_driver_cam/libesp_driver_cam.pdb + +build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj: C_COMPILER____idf_esp_driver_cam_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c || cmake_object_order_depends_target___idf_esp_driver_cam + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/interface -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/__idf_esp_driver_cam.pdb + TARGET_PDB = esp-idf/esp_driver_cam/libesp_driver_cam.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_cam + + +############################################# +# Link the static library esp-idf/esp_driver_cam/libesp_driver_cam.a + +build esp-idf/esp_driver_cam/libesp_driver_cam.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_cam_ esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/__idf_esp_driver_cam.pdb + TARGET_FILE = esp-idf/esp_driver_cam/libesp_driver_cam.a + TARGET_PDB = esp-idf/esp_driver_cam/libesp_driver_cam.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_cam/edit_cache: phony esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/rebuild_cache: phony esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_cam/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_cam/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install: phony esp-idf/esp_driver_cam/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_cam/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install/local: phony esp-idf/esp_driver_cam/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_cam/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install/strip: phony esp-idf/esp_driver_cam/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_jpeg/edit_cache: phony esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/rebuild_cache: phony esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_jpeg/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_jpeg/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install: phony esp-idf/esp_driver_jpeg/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_jpeg/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install/local: phony esp-idf/esp_driver_jpeg/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install/strip: phony esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_ppa/edit_cache: phony esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/rebuild_cache: phony esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_ppa/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_ppa/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install: phony esp-idf/esp_driver_ppa/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_ppa/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install/local: phony esp-idf/esp_driver_ppa/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_ppa/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install/strip: phony esp-idf/esp_driver_ppa/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_touch_sens/edit_cache: phony esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/rebuild_cache: phony esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_touch_sens/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install/local: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install/strip: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Order-only phony target for __idf_esp_eth + +build cmake_object_order_depends_target___idf_esp_eth: phony || cmake_object_order_depends_target___idf_esp_gdbstub + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb + TARGET_PDB = esp-idf/esp_eth/libesp_eth.pdb + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy + TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb + TARGET_PDB = esp-idf/esp_eth/libesp_eth.pdb + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb + TARGET_PDB = esp-idf/esp_eth/libesp_eth.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Link the static library esp-idf/esp_eth/libesp_eth.a + +build esp-idf/esp_eth/libesp_eth.a: C_STATIC_LIBRARY_LINKER____idf_esp_eth_ esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj || esp-idf/esp_gdbstub/libesp_gdbstub.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb + TARGET_FILE = esp-idf/esp_eth/libesp_eth.a + TARGET_PDB = esp-idf/esp_eth/libesp_eth.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_eth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_eth/edit_cache: phony esp-idf/esp_eth/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_eth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_eth/rebuild_cache: phony esp-idf/esp_eth/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_eth/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_eth/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_eth/install: phony esp-idf/esp_eth/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_eth/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_eth/install/local: phony esp-idf/esp_eth/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_eth/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_eth/install/strip: phony esp-idf/esp_eth/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_gdbstub + + +############################################# +# Order-only phony target for __idf_esp_gdbstub + +build cmake_object_order_depends_target___idf_esp_gdbstub: phony || cmake_object_order_depends_target___idf_tcp_transport + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/gdbstub.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb + TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb + TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/packet.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb + TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv + TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb + TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + OBJECT_FILE_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv + TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb + TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_gdbstub + + +############################################# +# Link the static library esp-idf/esp_gdbstub/libesp_gdbstub.a + +build esp-idf/esp_gdbstub/libesp_gdbstub.a: C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj || esp-idf/tcp_transport/libtcp_transport.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb + TARGET_FILE = esp-idf/esp_gdbstub/libesp_gdbstub.a + TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_gdbstub/edit_cache: phony esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/rebuild_cache: phony esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_gdbstub/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_gdbstub/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install: phony esp-idf/esp_gdbstub/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_gdbstub/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install/local: phony esp-idf/esp_gdbstub/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_gdbstub/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install/strip: phony esp-idf/esp_gdbstub/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hid + + +############################################# +# Order-only phony target for __idf_esp_hid + +build cmake_object_order_depends_target___idf_esp_hid: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hidd.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/private -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/__idf_esp_hid.pdb + TARGET_PDB = esp-idf/esp_hid/libesp_hid.pdb + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hidh.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/private -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/__idf_esp_hid.pdb + TARGET_PDB = esp-idf/esp_hid/libesp_hid.pdb + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hid_common.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/private -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + OBJECT_FILE_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/__idf_esp_hid.pdb + TARGET_PDB = esp-idf/esp_hid/libesp_hid.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hid + + +############################################# +# Link the static library esp-idf/esp_hid/libesp_hid.a + +build esp-idf/esp_hid/libesp_hid.a: C_STATIC_LIBRARY_LINKER____idf_esp_hid_ esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/__idf_esp_hid.pdb + TARGET_FILE = esp-idf/esp_hid/libesp_hid.a + TARGET_PDB = esp-idf/esp_hid/libesp_hid.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hid/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_hid/edit_cache: phony esp-idf/esp_hid/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hid/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hid/rebuild_cache: phony esp-idf/esp_hid/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hid/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hid/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hid/install: phony esp-idf/esp_hid/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hid/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hid/install/local: phony esp-idf/esp_hid/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hid/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hid/install/strip: phony esp-idf/esp_hid/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_tcp_transport + + +############################################# +# Order-only phony target for __idf_tcp_transport + +build cmake_object_order_depends_target___idf_tcp_transport: phony || cmake_object_order_depends_target___idf_esp_http_client + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb + TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_ssl.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb + TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_internal.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb + TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_socks_proxy.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb + TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_ws.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + OBJECT_FILE_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb + TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_tcp_transport + + +############################################# +# Link the static library esp-idf/tcp_transport/libtcp_transport.a + +build esp-idf/tcp_transport/libtcp_transport.a: C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj || esp-idf/esp_http_client/libesp_http_client.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb + TARGET_FILE = esp-idf/tcp_transport/libtcp_transport.a + TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/tcp_transport/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/tcp_transport/edit_cache: phony esp-idf/tcp_transport/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/tcp_transport/rebuild_cache: phony esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/tcp_transport/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/tcp_transport/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install: phony esp-idf/tcp_transport/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/tcp_transport/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install/local: phony esp-idf/tcp_transport/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/tcp_transport/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install/strip: phony esp-idf/tcp_transport/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_http_client + + +############################################# +# Order-only phony target for __idf_esp_http_client + +build cmake_object_order_depends_target___idf_esp_http_client: phony || cmake_object_order_depends_target___idf_esp_http_server + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/esp_http_client.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb + TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_auth.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib + TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb + TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_header.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib + TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb + TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_utils.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + OBJECT_FILE_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib + TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb + TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_http_client + + +############################################# +# Link the static library esp-idf/esp_http_client/libesp_http_client.a + +build esp-idf/esp_http_client/libesp_http_client.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj || esp-idf/esp_http_server/libesp_http_server.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb + TARGET_FILE = esp-idf/esp_http_client/libesp_http_client.a + TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_http_client/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_http_client/edit_cache: phony esp-idf/esp_http_client/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_http_client/rebuild_cache: phony esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_http_client/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_http_client/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install: phony esp-idf/esp_http_client/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_http_client/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install/local: phony esp-idf/esp_http_client/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_http_client/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install/strip: phony esp-idf/esp_http_client/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_http_server + + +############################################# +# Order-only phony target for __idf_esp_http_server + +build cmake_object_order_depends_target___idf_esp_http_server: phony || cmake_object_order_depends_target___idf_esp_https_ota + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_main.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb + TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_parse.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb + TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_sess.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb + TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_txrx.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb + TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_uri.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb + TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_ws.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb + TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util/ctrl_sock.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + OBJECT_FILE_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util + TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb + TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_http_server + + +############################################# +# Link the static library esp-idf/esp_http_server/libesp_http_server.a + +build esp-idf/esp_http_server/libesp_http_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj || esp-idf/esp_https_ota/libesp_https_ota.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb + TARGET_FILE = esp-idf/esp_http_server/libesp_http_server.a + TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_http_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_http_server/edit_cache: phony esp-idf/esp_http_server/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_http_server/rebuild_cache: phony esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_http_server/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_http_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install: phony esp-idf/esp_http_server/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_http_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install/local: phony esp-idf/esp_http_server/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_http_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install/strip: phony esp-idf/esp_http_server/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_https_ota + + +############################################# +# Order-only phony target for __idf_esp_https_ota + +build cmake_object_order_depends_target___idf_esp_https_ota: phony || esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/mbedtls/custom_bundle + +build esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj: C_COMPILER____idf_esp_https_ota_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/src/esp_https_ota.c || cmake_object_order_depends_target___idf_esp_https_ota + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_app_format/include -I/home/alex/esp/v5.3.1/esp-idf/components/app_update/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_bootloader_format/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include + OBJECT_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir + OBJECT_FILE_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/__idf_esp_https_ota.pdb + TARGET_PDB = esp-idf/esp_https_ota/libesp_https_ota.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_https_ota + + +############################################# +# Link the static library esp-idf/esp_https_ota/libesp_https_ota.a + +build esp-idf/esp_https_ota/libesp_https_ota.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj || esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/mbedtls/custom_bundle + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/__idf_esp_https_ota.pdb + TARGET_FILE = esp-idf/esp_https_ota/libesp_https_ota.a + TARGET_PDB = esp-idf/esp_https_ota/libesp_https_ota.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_https_ota/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_https_ota/edit_cache: phony esp-idf/esp_https_ota/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/rebuild_cache: phony esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_https_ota/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_https_ota/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install: phony esp-idf/esp_https_ota/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_https_ota/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install/local: phony esp-idf/esp_https_ota/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_https_ota/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install/strip: phony esp-idf/esp_https_ota/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_https_server + + +############################################# +# Order-only phony target for __idf_esp_https_server + +build cmake_object_order_depends_target___idf_esp_https_server: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj: C_COMPILER____idf_esp_https_server_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/src/https_server.c || cmake_object_order_depends_target___idf_esp_https_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m + OBJECT_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir + OBJECT_FILE_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/__idf_esp_https_server.pdb + TARGET_PDB = esp-idf/esp_https_server/libesp_https_server.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_https_server + + +############################################# +# Link the static library esp-idf/esp_https_server/libesp_https_server.a + +build esp-idf/esp_https_server/libesp_https_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_server_ esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/__idf_esp_https_server.pdb + TARGET_FILE = esp-idf/esp_https_server/libesp_https_server.a + TARGET_PDB = esp-idf/esp_https_server/libesp_https_server.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_https_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_https_server/edit_cache: phony esp-idf/esp_https_server/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_https_server/rebuild_cache: phony esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_https_server/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_https_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install: phony esp-idf/esp_https_server/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_https_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install/local: phony esp-idf/esp_https_server/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_https_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install/strip: phony esp-idf/esp_https_server/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_psram/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_psram/edit_cache: phony esp-idf/esp_psram/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_psram/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_psram/rebuild_cache: phony esp-idf/esp_psram/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_psram/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_psram/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_psram/install: phony esp-idf/esp_psram/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_psram/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_psram/install/local: phony esp-idf/esp_psram/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_psram/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_psram/install/strip: phony esp-idf/esp_psram/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_lcd + + +############################################# +# Order-only phony target for __idf_esp_lcd + +build cmake_object_order_depends_target___idf_esp_lcd: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_common.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + OBJECT_FILE_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_lcd + + +############################################# +# Link the static library esp-idf/esp_lcd/libesp_lcd.a + +build esp-idf/esp_lcd/libesp_lcd.a: C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb + TARGET_FILE = esp-idf/esp_lcd/libesp_lcd.a + TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_lcd/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_lcd/edit_cache: phony esp-idf/esp_lcd/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_lcd/rebuild_cache: phony esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_lcd/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_lcd/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install: phony esp-idf/esp_lcd/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_lcd/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install/local: phony esp-idf/esp_lcd/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_lcd/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install/strip: phony esp-idf/esp_lcd/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_protobuf-c + + +############################################# +# Order-only phony target for __idf_protobuf-c + +build cmake_object_order_depends_target___idf_protobuf-c: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj: C_COMPILER____idf_protobuf-c_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c || cmake_object_order_depends_target___idf_protobuf-c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir + OBJECT_FILE_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c + TARGET_COMPILE_PDB = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/__idf_protobuf-c.pdb + TARGET_PDB = esp-idf/protobuf-c/libprotobuf-c.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_protobuf-c + + +############################################# +# Link the static library esp-idf/protobuf-c/libprotobuf-c.a + +build esp-idf/protobuf-c/libprotobuf-c.a: C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/__idf_protobuf-c.pdb + TARGET_FILE = esp-idf/protobuf-c/libprotobuf-c.a + TARGET_PDB = esp-idf/protobuf-c/libprotobuf-c.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/protobuf-c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/protobuf-c/edit_cache: phony esp-idf/protobuf-c/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/protobuf-c/rebuild_cache: phony esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/protobuf-c/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/protobuf-c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install: phony esp-idf/protobuf-c/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/protobuf-c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install/local: phony esp-idf/protobuf-c/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/protobuf-c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install/strip: phony esp-idf/protobuf-c/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_protocomm + + +############################################# +# Order-only phony target for __idf_protocomm + +build cmake_object_order_depends_target___idf_protocomm: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_riscv + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common/protocomm.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/constants.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec0.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec1.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec2.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/session.pb-c.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/transports/protocomm_console.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/transports/protocomm_httpd.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security0.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security1.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security2.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_protocomm + + +############################################# +# Link the static library esp-idf/protocomm/libprotocomm.a + +build esp-idf/protocomm/libprotocomm.a: C_STATIC_LIBRARY_LINKER____idf_protocomm_ esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj || esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_FILE = esp-idf/protocomm/libprotocomm.a + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/protocomm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/protocomm/edit_cache: phony esp-idf/protocomm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/protocomm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/protocomm/rebuild_cache: phony esp-idf/protocomm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/protocomm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/protocomm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/protocomm/install: phony esp-idf/protocomm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/protocomm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/protocomm/install/local: phony esp-idf/protocomm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/protocomm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/protocomm/install/strip: phony esp-idf/protocomm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_local_ctrl + + +############################################# +# Order-only phony target for __idf_esp_local_ctrl + +build cmake_object_order_depends_target___idf_esp_local_ctrl: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb + TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb + TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb + TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + OBJECT_FILE_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb + TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_local_ctrl + + +############################################# +# Link the static library esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build esp-idf/esp_local_ctrl/libesp_local_ctrl.a: C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj || esp-idf/console/libconsole.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb + TARGET_FILE = esp-idf/esp_local_ctrl/libesp_local_ctrl.a + TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_local_ctrl/edit_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/rebuild_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_local_ctrl/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_local_ctrl/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install: phony esp-idf/esp_local_ctrl/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_local_ctrl/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install/local: phony esp-idf/esp_local_ctrl/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install/strip: phony esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_espcoredump + + +############################################# +# Order-only phony target for __idf_espcoredump + +build cmake_object_order_depends_target___idf_espcoredump: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_init.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_common.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_flash.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_uart.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_elf.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_binary.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_sha.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_crc.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_espcoredump + + +############################################# +# Link the static library esp-idf/espcoredump/libespcoredump.a + +build esp-idf/espcoredump/libespcoredump.a: C_STATIC_LIBRARY_LINKER____idf_espcoredump_ esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_FILE = esp-idf/espcoredump/libespcoredump.a + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/espcoredump/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/espcoredump/edit_cache: phony esp-idf/espcoredump/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/espcoredump/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/espcoredump/rebuild_cache: phony esp-idf/espcoredump/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/espcoredump/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/espcoredump/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/espcoredump/install: phony esp-idf/espcoredump/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/espcoredump/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/espcoredump/install/local: phony esp-idf/espcoredump/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/espcoredump/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/espcoredump/install/strip: phony esp-idf/espcoredump/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wear_levelling + + +############################################# +# Order-only phony target for __idf_wear_levelling + +build cmake_object_order_depends_target___idf_wear_levelling: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/Partition.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb + TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/SPI_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb + TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb + TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb + TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb + TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/crc32.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb + TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/wear_levelling.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + OBJECT_FILE_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb + TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wear_levelling + + +############################################# +# Link the static library esp-idf/wear_levelling/libwear_levelling.a + +build esp-idf/wear_levelling/libwear_levelling.a: C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb + TARGET_FILE = esp-idf/wear_levelling/libwear_levelling.a + TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/wear_levelling/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/wear_levelling/edit_cache: phony esp-idf/wear_levelling/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wear_levelling/rebuild_cache: phony esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wear_levelling/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wear_levelling/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install: phony esp-idf/wear_levelling/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wear_levelling/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install/local: phony esp-idf/wear_levelling/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wear_levelling/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install/strip: phony esp-idf/wear_levelling/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_fatfs + + +############################################# +# Order-only phony target for __idf_fatfs + +build cmake_object_order_depends_target___idf_fatfs: phony || cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_wear_levelling + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_rawflash.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_wl.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/src/ff.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/src/ffunicode.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/port/freertos/ffsystem.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_sdmmc.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + +build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + OBJECT_FILE_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_fatfs + + +############################################# +# Link the static library esp-idf/fatfs/libfatfs.a + +build esp-idf/fatfs/libfatfs.a: C_STATIC_LIBRARY_LINKER____idf_fatfs_ esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj || esp-idf/riscv/libriscv.a esp-idf/wear_levelling/libwear_levelling.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb + TARGET_FILE = esp-idf/fatfs/libfatfs.a + TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/fatfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/fatfs/edit_cache: phony esp-idf/fatfs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/fatfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/fatfs/rebuild_cache: phony esp-idf/fatfs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/fatfs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/fatfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/fatfs/install: phony esp-idf/fatfs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/fatfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/fatfs/install/local: phony esp-idf/fatfs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/fatfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/fatfs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/fatfs/install/strip: phony esp-idf/fatfs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/idf_test/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/idf_test/edit_cache: phony esp-idf/idf_test/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/idf_test/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/idf_test/rebuild_cache: phony esp-idf/idf_test/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/idf_test/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/idf_test/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/idf_test/install: phony esp-idf/idf_test/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/idf_test/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/idf_test/install/local: phony esp-idf/idf_test/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/idf_test/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/idf_test/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/idf_test/install/strip: phony esp-idf/idf_test/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/ieee802154/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/ieee802154/edit_cache: phony esp-idf/ieee802154/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/ieee802154/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154 && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/ieee802154/rebuild_cache: phony esp-idf/ieee802154/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/ieee802154/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/ieee802154/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/ieee802154/install: phony esp-idf/ieee802154/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/ieee802154/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/ieee802154/install/local: phony esp-idf/ieee802154/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/ieee802154/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ieee802154/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/ieee802154/install/strip: phony esp-idf/ieee802154/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_json + + +############################################# +# Order-only phony target for __idf_json + +build cmake_object_order_depends_target___idf_json: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____idf_json_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/json/cJSON/cJSON.c || cmake_object_order_depends_target___idf_json + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir + OBJECT_FILE_DIR = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON + TARGET_COMPILE_PDB = esp-idf/json/CMakeFiles/__idf_json.dir/__idf_json.pdb + TARGET_PDB = esp-idf/json/libjson.pdb + +build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj: C_COMPILER____idf_json_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/json/cJSON/cJSON_Utils.c || cmake_object_order_depends_target___idf_json + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys + OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir + OBJECT_FILE_DIR = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON + TARGET_COMPILE_PDB = esp-idf/json/CMakeFiles/__idf_json.dir/__idf_json.pdb + TARGET_PDB = esp-idf/json/libjson.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_json + + +############################################# +# Link the static library esp-idf/json/libjson.a + +build esp-idf/json/libjson.a: C_STATIC_LIBRARY_LINKER____idf_json_ esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/json/CMakeFiles/__idf_json.dir/__idf_json.pdb + TARGET_FILE = esp-idf/json/libjson.a + TARGET_PDB = esp-idf/json/libjson.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/json/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/json/edit_cache: phony esp-idf/json/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/json/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/json/rebuild_cache: phony esp-idf/json/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/json/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/json/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/json/install: phony esp-idf/json/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/json/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/json/install/local: phony esp-idf/json/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/json/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/json/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/json/install/strip: phony esp-idf/json/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_mqtt + + +############################################# +# Order-only phony target for __idf_mqtt + +build cmake_object_order_depends_target___idf_mqtt: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt + TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb + TARGET_PDB = esp-idf/mqtt/libmqtt.pdb + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib + TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb + TARGET_PDB = esp-idf/mqtt/libmqtt.pdb + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib + TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb + TARGET_PDB = esp-idf/mqtt/libmqtt.pdb + +build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + OBJECT_FILE_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib + TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb + TARGET_PDB = esp-idf/mqtt/libmqtt.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_mqtt + + +############################################# +# Link the static library esp-idf/mqtt/libmqtt.a + +build esp-idf/mqtt/libmqtt.a: C_STATIC_LIBRARY_LINKER____idf_mqtt_ esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb + TARGET_FILE = esp-idf/mqtt/libmqtt.a + TARGET_PDB = esp-idf/mqtt/libmqtt.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/mqtt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mqtt/edit_cache: phony esp-idf/mqtt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mqtt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mqtt/rebuild_cache: phony esp-idf/mqtt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mqtt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mqtt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mqtt/install: phony esp-idf/mqtt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mqtt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mqtt/install/local: phony esp-idf/mqtt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mqtt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mqtt/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mqtt/install/strip: phony esp-idf/mqtt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_nvs_sec_provider + + +############################################# +# Order-only phony target for __idf_nvs_sec_provider + +build cmake_object_order_depends_target___idf_nvs_sec_provider: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj: C_COMPILER____idf_nvs_sec_provider_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c || cmake_object_order_depends_target___idf_nvs_sec_provider + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir + OBJECT_FILE_DIR = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir + TARGET_COMPILE_PDB = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/__idf_nvs_sec_provider.pdb + TARGET_PDB = esp-idf/nvs_sec_provider/libnvs_sec_provider.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_nvs_sec_provider + + +############################################# +# Link the static library esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +build esp-idf/nvs_sec_provider/libnvs_sec_provider.a: C_STATIC_LIBRARY_LINKER____idf_nvs_sec_provider_ esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/__idf_nvs_sec_provider.pdb + TARGET_FILE = esp-idf/nvs_sec_provider/libnvs_sec_provider.a + TARGET_PDB = esp-idf/nvs_sec_provider/libnvs_sec_provider.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/nvs_sec_provider/edit_cache: phony esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/rebuild_cache: phony esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/nvs_sec_provider/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/nvs_sec_provider/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install: phony esp-idf/nvs_sec_provider/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/nvs_sec_provider/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install/local: phony esp-idf/nvs_sec_provider/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/nvs_sec_provider/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install/strip: phony esp-idf/nvs_sec_provider/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/openthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/openthread/edit_cache: phony esp-idf/openthread/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/openthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/openthread/rebuild_cache: phony esp-idf/openthread/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/openthread/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/openthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/openthread/install: phony esp-idf/openthread/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/openthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/openthread/install/local: phony esp-idf/openthread/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/openthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/openthread/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/openthread/install/strip: phony esp-idf/openthread/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_spiffs + + +############################################# +# Order-only phony target for __idf_spiffs + +build cmake_object_order_depends_target___idf_spiffs: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs_api.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb + TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb + TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_check.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb + TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb + TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb + TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src + TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb + TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + +build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/spiffs/esp_spiffs.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb + TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_spiffs + + +############################################# +# Link the static library esp-idf/spiffs/libspiffs.a + +build esp-idf/spiffs/libspiffs.a: C_STATIC_LIBRARY_LINKER____idf_spiffs_ esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb + TARGET_FILE = esp-idf/spiffs/libspiffs.a + TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/spiffs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/spiffs/edit_cache: phony esp-idf/spiffs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/spiffs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/spiffs/rebuild_cache: phony esp-idf/spiffs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/spiffs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/spiffs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/spiffs/install: phony esp-idf/spiffs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/spiffs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/spiffs/install/local: phony esp-idf/spiffs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/spiffs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spiffs/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/spiffs/install/strip: phony esp-idf/spiffs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/ulp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/ulp/edit_cache: phony esp-idf/ulp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/ulp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/ulp/rebuild_cache: phony esp-idf/ulp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/ulp/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/ulp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/ulp/install: phony esp-idf/ulp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/ulp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/ulp/install/local: phony esp-idf/ulp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/ulp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ulp/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/ulp/install/strip: phony esp-idf/ulp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/usb/edit_cache: phony esp-idf/usb/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/usb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/usb/rebuild_cache: phony esp-idf/usb/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/usb/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/usb/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/usb/install: phony esp-idf/usb/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/usb/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/usb/install/local: phony esp-idf/usb/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/usb/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/usb/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/usb/install/strip: phony esp-idf/usb/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wifi_provisioning + + +############################################# +# Order-only phony target for __idf_wifi_provisioning + +build cmake_object_order_depends_target___idf_wifi_provisioning: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_config.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_scan.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/manager.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/handlers.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/scheme_console.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + +build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/scheme_softap.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + OBJECT_FILE_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wifi_provisioning + + +############################################# +# Link the static library esp-idf/wifi_provisioning/libwifi_provisioning.a + +build esp-idf/wifi_provisioning/libwifi_provisioning.a: C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj || esp-idf/console/libconsole.a esp-idf/json/libjson.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb + TARGET_FILE = esp-idf/wifi_provisioning/libwifi_provisioning.a + TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/wifi_provisioning/edit_cache: phony esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/rebuild_cache: phony esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wifi_provisioning/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wifi_provisioning/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install: phony esp-idf/wifi_provisioning/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wifi_provisioning/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install/local: phony esp-idf/wifi_provisioning/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wifi_provisioning/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wifi_provisioning/install/strip: phony esp-idf/wifi_provisioning/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Order-only phony target for __idf_main + +build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_driver_cam cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_nvs_sec_provider cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi_provisioning + +build esp-idf/main/CMakeFiles/__idf_main.dir/espnow_example_main.c.obj: C_COMPILER____idf_main_unscanned_ /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main/espnow_example_main.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.3.1-dirty\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/main/CMakeFiles/__idf_main.dir/espnow_example_main.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_app_format/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_bootloader_format/include -I/home/alex/esp/v5.3.1/esp-idf/components/app_update/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/pthread/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/app_trace/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/src -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_jpeg/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ppa/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/idf_test/include -I/home/alex/esp/v5.3.1/esp-idf/components/idf_test/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/ieee802154/include -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include + OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + OBJECT_FILE_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + TARGET_COMPILE_PDB = esp-idf/main/CMakeFiles/__idf_main.dir/__idf_main.pdb + TARGET_PDB = esp-idf/main/libmain.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_main + + +############################################# +# Link the static library esp-idf/main/libmain.a + +build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/espnow_example_main.c.obj || esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/main/CMakeFiles/__idf_main.dir/__idf_main.pdb + TARGET_FILE = esp-idf/main/libmain.a + TARGET_PDB = esp-idf/main/libmain.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main && /usr/bin/cmake --regenerate-during-build -S/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC -B/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/main/rebuild_cache: phony esp-idf/main/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/main/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/main/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/main/install: phony esp-idf/main/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/main/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/main/install/local: phony esp-idf/main/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/main/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/main/all + COMMAND = cd /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/main/install/strip: phony esp-idf/main/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build __idf_app_trace: phony esp-idf/app_trace/libapp_trace.a + +build __idf_app_update: phony esp-idf/app_update/libapp_update.a + +build __idf_bootloader_support: phony esp-idf/bootloader_support/libbootloader_support.a + +build __idf_cmock: phony esp-idf/cmock/libcmock.a + +build __idf_console: phony esp-idf/console/libconsole.a + +build __idf_cxx: phony esp-idf/cxx/libcxx.a + +build __idf_driver: phony esp-idf/driver/libdriver.a + +build __idf_efuse: phony esp-idf/efuse/libefuse.a + +build __idf_esp-tls: phony esp-idf/esp-tls/libesp-tls.a + +build __idf_esp_adc: phony esp-idf/esp_adc/libesp_adc.a + +build __idf_esp_app_format: phony esp-idf/esp_app_format/libesp_app_format.a + +build __idf_esp_bootloader_format: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build __idf_esp_coex: phony esp-idf/esp_coex/libesp_coex.a + +build __idf_esp_common: phony esp-idf/esp_common/libesp_common.a + +build __idf_esp_driver_cam: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +build __idf_esp_driver_gpio: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +build __idf_esp_driver_gptimer: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +build __idf_esp_driver_i2c: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +build __idf_esp_driver_i2s: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +build __idf_esp_driver_ledc: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +build __idf_esp_driver_rmt: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +build __idf_esp_driver_sdm: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +build __idf_esp_driver_sdspi: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +build __idf_esp_driver_spi: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +build __idf_esp_driver_tsens: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +build __idf_esp_driver_uart: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +build __idf_esp_driver_usb_serial_jtag: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +build __idf_esp_eth: phony esp-idf/esp_eth/libesp_eth.a + +build __idf_esp_event: phony esp-idf/esp_event/libesp_event.a + +build __idf_esp_gdbstub: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +build __idf_esp_hid: phony esp-idf/esp_hid/libesp_hid.a + +build __idf_esp_http_client: phony esp-idf/esp_http_client/libesp_http_client.a + +build __idf_esp_http_server: phony esp-idf/esp_http_server/libesp_http_server.a + +build __idf_esp_https_ota: phony esp-idf/esp_https_ota/libesp_https_ota.a + +build __idf_esp_https_server: phony esp-idf/esp_https_server/libesp_https_server.a + +build __idf_esp_hw_support: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build __idf_esp_lcd: phony esp-idf/esp_lcd/libesp_lcd.a + +build __idf_esp_local_ctrl: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build __idf_esp_mm: phony esp-idf/esp_mm/libesp_mm.a + +build __idf_esp_netif: phony esp-idf/esp_netif/libesp_netif.a + +build __idf_esp_partition: phony esp-idf/esp_partition/libesp_partition.a + +build __idf_esp_phy: phony esp-idf/esp_phy/libesp_phy.a + +build __idf_esp_pm: phony esp-idf/esp_pm/libesp_pm.a + +build __idf_esp_ringbuf: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +build __idf_esp_rom: phony esp-idf/esp_rom/libesp_rom.a + +build __idf_esp_system: phony esp-idf/esp_system/libesp_system.a + +build __idf_esp_timer: phony esp-idf/esp_timer/libesp_timer.a + +build __idf_esp_vfs_console: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + +build __idf_esp_wifi: phony esp-idf/esp_wifi/libesp_wifi.a + +build __idf_espcoredump: phony esp-idf/espcoredump/libespcoredump.a + +build __idf_fatfs: phony esp-idf/fatfs/libfatfs.a + +build __idf_freertos: phony esp-idf/freertos/libfreertos.a + +build __idf_hal: phony esp-idf/hal/libhal.a + +build __idf_heap: phony esp-idf/heap/libheap.a + +build __idf_http_parser: phony esp-idf/http_parser/libhttp_parser.a + +build __idf_json: phony esp-idf/json/libjson.a + +build __idf_log: phony esp-idf/log/liblog.a + +build __idf_lwip: phony esp-idf/lwip/liblwip.a + +build __idf_main: phony esp-idf/main/libmain.a + +build __idf_mbedtls: phony esp-idf/mbedtls/libmbedtls.a + +build __idf_mqtt: phony esp-idf/mqtt/libmqtt.a + +build __idf_newlib: phony esp-idf/newlib/libnewlib.a + +build __idf_nvs_flash: phony esp-idf/nvs_flash/libnvs_flash.a + +build __idf_nvs_sec_provider: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +build __idf_protobuf-c: phony esp-idf/protobuf-c/libprotobuf-c.a + +build __idf_protocomm: phony esp-idf/protocomm/libprotocomm.a + +build __idf_pthread: phony esp-idf/pthread/libpthread.a + +build __idf_riscv: phony esp-idf/riscv/libriscv.a + +build __idf_sdmmc: phony esp-idf/sdmmc/libsdmmc.a + +build __idf_soc: phony esp-idf/soc/libsoc.a + +build __idf_spi_flash: phony esp-idf/spi_flash/libspi_flash.a + +build __idf_spiffs: phony esp-idf/spiffs/libspiffs.a + +build __idf_tcp_transport: phony esp-idf/tcp_transport/libtcp_transport.a + +build __idf_unity: phony esp-idf/unity/libunity.a + +build __idf_vfs: phony esp-idf/vfs/libvfs.a + +build __idf_wear_levelling: phony esp-idf/wear_levelling/libwear_levelling.a + +build __idf_wifi_provisioning: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +build __idf_wpa_supplicant: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +build __ldgen_output_sections.ld: phony esp-idf/esp_system/__ldgen_output_sections.ld + +build apidoc: phony esp-idf/mbedtls/mbedtls/apidoc + +build app-flash: phony esp-idf/esptool_py/app-flash + +build app_check_size: phony esp-idf/esptool_py/app_check_size + +build bootloader-flash: phony esp-idf/bootloader/bootloader-flash + +build custom_bundle: phony esp-idf/mbedtls/custom_bundle + +build efuse-common-table: phony esp-idf/efuse/efuse-common-table + +build efuse-custom-table: phony esp-idf/efuse/efuse-custom-table + +build efuse_common_table: phony esp-idf/efuse/efuse_common_table + +build efuse_custom_table: phony esp-idf/efuse/efuse_custom_table + +build efuse_test_table: phony esp-idf/efuse/efuse_test_table + +build encrypted-app-flash: phony esp-idf/esptool_py/encrypted-app-flash + +build encrypted-bootloader-flash: phony esp-idf/bootloader/encrypted-bootloader-flash + +build encrypted-partition-table-flash: phony esp-idf/partition_table/encrypted-partition-table-flash + +build everest: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +build lib: phony esp-idf/mbedtls/mbedtls/library/lib + +build libapp_trace.a: phony esp-idf/app_trace/libapp_trace.a + +build libapp_update.a: phony esp-idf/app_update/libapp_update.a + +build libbootloader_support.a: phony esp-idf/bootloader_support/libbootloader_support.a + +build libcmock.a: phony esp-idf/cmock/libcmock.a + +build libconsole.a: phony esp-idf/console/libconsole.a + +build libcxx.a: phony esp-idf/cxx/libcxx.a + +build libdriver.a: phony esp-idf/driver/libdriver.a + +build libefuse.a: phony esp-idf/efuse/libefuse.a + +build libesp-tls.a: phony esp-idf/esp-tls/libesp-tls.a + +build libesp_adc.a: phony esp-idf/esp_adc/libesp_adc.a + +build libesp_app_format.a: phony esp-idf/esp_app_format/libesp_app_format.a + +build libesp_bootloader_format.a: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build libesp_coex.a: phony esp-idf/esp_coex/libesp_coex.a + +build libesp_common.a: phony esp-idf/esp_common/libesp_common.a + +build libesp_driver_cam.a: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +build libesp_driver_gpio.a: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +build libesp_driver_gptimer.a: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +build libesp_driver_i2c.a: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +build libesp_driver_i2s.a: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +build libesp_driver_ledc.a: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +build libesp_driver_rmt.a: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +build libesp_driver_sdm.a: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +build libesp_driver_sdspi.a: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +build libesp_driver_spi.a: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +build libesp_driver_tsens.a: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +build libesp_driver_uart.a: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +build libesp_driver_usb_serial_jtag.a: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +build libesp_eth.a: phony esp-idf/esp_eth/libesp_eth.a + +build libesp_event.a: phony esp-idf/esp_event/libesp_event.a + +build libesp_gdbstub.a: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +build libesp_hid.a: phony esp-idf/esp_hid/libesp_hid.a + +build libesp_http_client.a: phony esp-idf/esp_http_client/libesp_http_client.a + +build libesp_http_server.a: phony esp-idf/esp_http_server/libesp_http_server.a + +build libesp_https_ota.a: phony esp-idf/esp_https_ota/libesp_https_ota.a + +build libesp_https_server.a: phony esp-idf/esp_https_server/libesp_https_server.a + +build libesp_hw_support.a: phony esp-idf/esp_hw_support/libesp_hw_support.a + +build libesp_lcd.a: phony esp-idf/esp_lcd/libesp_lcd.a + +build libesp_local_ctrl.a: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build libesp_mm.a: phony esp-idf/esp_mm/libesp_mm.a + +build libesp_netif.a: phony esp-idf/esp_netif/libesp_netif.a + +build libesp_partition.a: phony esp-idf/esp_partition/libesp_partition.a + +build libesp_phy.a: phony esp-idf/esp_phy/libesp_phy.a + +build libesp_pm.a: phony esp-idf/esp_pm/libesp_pm.a + +build libesp_ringbuf.a: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +build libesp_rom.a: phony esp-idf/esp_rom/libesp_rom.a + +build libesp_system.a: phony esp-idf/esp_system/libesp_system.a + +build libesp_timer.a: phony esp-idf/esp_timer/libesp_timer.a + +build libesp_vfs_console.a: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + +build libesp_wifi.a: phony esp-idf/esp_wifi/libesp_wifi.a + +build libespcoredump.a: phony esp-idf/espcoredump/libespcoredump.a + +build libeverest.a: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +build libfatfs.a: phony esp-idf/fatfs/libfatfs.a + +build libfreertos.a: phony esp-idf/freertos/libfreertos.a + +build libhal.a: phony esp-idf/hal/libhal.a + +build libheap.a: phony esp-idf/heap/libheap.a + +build libhttp_parser.a: phony esp-idf/http_parser/libhttp_parser.a + +build libjson.a: phony esp-idf/json/libjson.a + +build liblog.a: phony esp-idf/log/liblog.a + +build liblwip.a: phony esp-idf/lwip/liblwip.a + +build libmain.a: phony esp-idf/main/libmain.a + +build libmbedcrypto.a: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + +build libmbedtls.a: phony esp-idf/mbedtls/libmbedtls.a + +build libmbedx509.a: phony esp-idf/mbedtls/mbedtls/library/libmbedx509.a + +build libmqtt.a: phony esp-idf/mqtt/libmqtt.a + +build libnewlib.a: phony esp-idf/newlib/libnewlib.a + +build libnvs_flash.a: phony esp-idf/nvs_flash/libnvs_flash.a + +build libnvs_sec_provider.a: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +build libp256m.a: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +build libprotobuf-c.a: phony esp-idf/protobuf-c/libprotobuf-c.a + +build libprotocomm.a: phony esp-idf/protocomm/libprotocomm.a + +build libpthread.a: phony esp-idf/pthread/libpthread.a + +build libriscv.a: phony esp-idf/riscv/libriscv.a + +build libsdmmc.a: phony esp-idf/sdmmc/libsdmmc.a + +build libsoc.a: phony esp-idf/soc/libsoc.a + +build libspi_flash.a: phony esp-idf/spi_flash/libspi_flash.a + +build libspiffs.a: phony esp-idf/spiffs/libspiffs.a + +build libtcp_transport.a: phony esp-idf/tcp_transport/libtcp_transport.a + +build libunity.a: phony esp-idf/unity/libunity.a + +build libvfs.a: phony esp-idf/vfs/libvfs.a + +build libwear_levelling.a: phony esp-idf/wear_levelling/libwear_levelling.a + +build libwifi_provisioning.a: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +build libwpa_supplicant.a: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +build mbedcrypto: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + +build mbedtls: phony esp-idf/mbedtls/mbedtls/library/libmbedtls.a + +build mbedx509: phony esp-idf/mbedtls/mbedtls/library/libmbedx509.a + +build memory.ld: phony esp-idf/esp_system/memory.ld + +build p256m: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +build partition-table: phony esp-idf/partition_table/partition-table + +build partition-table-flash: phony esp-idf/partition_table/partition-table-flash + +build partition_table: phony esp-idf/partition_table/partition_table + +build partition_table-flash: phony esp-idf/partition_table/partition_table-flash + +build partition_table_bin: phony esp-idf/partition_table/partition_table_bin + +build sections.ld.in: phony esp-idf/esp_system/sections.ld.in + +build show-efuse-table: phony esp-idf/efuse/show-efuse-table + +build show_efuse_table: phony esp-idf/efuse/show_efuse_table + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build + +build all: phony bootloader app ESP-IDF_Robot_RC.elf esp-idf/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf + +build esp-idf/all: phony esp-idf/riscv/all esp-idf/esp_driver_gpio/all esp-idf/esp_pm/all esp-idf/mbedtls/all esp-idf/bootloader/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/esp_app_format/all esp-idf/esp_bootloader_format/all esp-idf/app_update/all esp-idf/esp_partition/all esp-idf/efuse/all esp-idf/bootloader_support/all esp-idf/esp_mm/all esp-idf/spi_flash/all esp-idf/esp_system/all esp-idf/esp_common/all esp-idf/esp_rom/all esp-idf/hal/all esp-idf/log/all esp-idf/heap/all esp-idf/soc/all esp-idf/esp_hw_support/all esp-idf/freertos/all esp-idf/newlib/all esp-idf/pthread/all esp-idf/cxx/all esp-idf/esp_timer/all esp-idf/esp_driver_gptimer/all esp-idf/esp_ringbuf/all esp-idf/esp_driver_uart/all esp-idf/app_trace/all esp-idf/esp_event/all esp-idf/nvs_flash/all esp-idf/esp_driver_pcnt/all esp-idf/esp_driver_spi/all esp-idf/esp_driver_mcpwm/all esp-idf/esp_driver_ana_cmpr/all esp-idf/esp_driver_i2s/all esp-idf/sdmmc/all esp-idf/esp_driver_sdmmc/all esp-idf/esp_driver_sdspi/all esp-idf/esp_driver_sdio/all esp-idf/esp_driver_dac/all esp-idf/esp_driver_rmt/all esp-idf/esp_driver_tsens/all esp-idf/esp_driver_sdm/all esp-idf/esp_driver_i2c/all esp-idf/esp_driver_ledc/all esp-idf/esp_driver_parlio/all esp-idf/esp_driver_usb_serial_jtag/all esp-idf/driver/all esp-idf/esp_phy/all esp-idf/esp_vfs_console/all esp-idf/vfs/all esp-idf/lwip/all esp-idf/esp_netif_stack/all esp-idf/esp_netif/all esp-idf/wpa_supplicant/all esp-idf/esp_coex/all esp-idf/esp_wifi/all esp-idf/bt/all esp-idf/unity/all esp-idf/cmock/all esp-idf/console/all esp-idf/http_parser/all esp-idf/esp-tls/all esp-idf/esp_adc/all esp-idf/esp_driver_isp/all esp-idf/esp_driver_cam/all esp-idf/esp_driver_jpeg/all esp-idf/esp_driver_ppa/all esp-idf/esp_driver_touch_sens/all esp-idf/esp_eth/all esp-idf/esp_gdbstub/all esp-idf/esp_hid/all esp-idf/tcp_transport/all esp-idf/esp_http_client/all esp-idf/esp_http_server/all esp-idf/esp_https_ota/all esp-idf/esp_https_server/all esp-idf/esp_psram/all esp-idf/esp_lcd/all esp-idf/protobuf-c/all esp-idf/protocomm/all esp-idf/esp_local_ctrl/all esp-idf/espcoredump/all esp-idf/wear_levelling/all esp-idf/fatfs/all esp-idf/idf_test/all esp-idf/ieee802154/all esp-idf/json/all esp-idf/mqtt/all esp-idf/nvs_sec_provider/all esp-idf/openthread/all esp-idf/spiffs/all esp-idf/ulp/all esp-idf/usb/all esp-idf/wifi_provisioning/all esp-idf/main/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_trace + +build esp-idf/app_trace/all: phony esp-idf/app_trace/libapp_trace.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/app_update + +build esp-idf/app_update/all: phony esp-idf/app_update/libapp_update.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader + +build esp-idf/bootloader/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bootloader_support + +build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/bt + +build esp-idf/bt/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cmock + +build esp-idf/cmock/all: phony esp-idf/cmock/libcmock.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/console + +build esp-idf/console/all: phony esp-idf/console/libconsole.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/cxx + +build esp-idf/cxx/all: phony esp-idf/cxx/libcxx.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/driver + +build esp-idf/driver/all: phony esp-idf/driver/libdriver.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/efuse + +build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp-tls + +build esp-idf/esp-tls/all: phony esp-idf/esp-tls/libesp-tls.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_adc + +build esp-idf/esp_adc/all: phony esp-idf/esp_adc/libesp_adc.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_app_format + +build esp-idf/esp_app_format/all: phony esp-idf/esp_app_format/libesp_app_format.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_bootloader_format + +build esp-idf/esp_bootloader_format/all: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_coex + +build esp-idf/esp_coex/all: phony esp-idf/esp_coex/libesp_coex.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_common + +build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr + +build esp-idf/esp_driver_ana_cmpr/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam + +build esp-idf/esp_driver_cam/all: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac + +build esp-idf/esp_driver_dac/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gpio + +build esp-idf/esp_driver_gpio/all: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_gptimer + +build esp-idf/esp_driver_gptimer/all: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c + +build esp-idf/esp_driver_i2c/all: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s + +build esp-idf/esp_driver_i2s/all: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp + +build esp-idf/esp_driver_isp/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg + +build esp-idf/esp_driver_jpeg/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc + +build esp-idf/esp_driver_ledc/all: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm + +build esp-idf/esp_driver_mcpwm/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio + +build esp-idf/esp_driver_parlio/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt + +build esp-idf/esp_driver_pcnt/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa + +build esp-idf/esp_driver_ppa/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt + +build esp-idf/esp_driver_rmt/all: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio + +build esp-idf/esp_driver_sdio/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm + +build esp-idf/esp_driver_sdm/all: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc + +build esp-idf/esp_driver_sdmmc/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi + +build esp-idf/esp_driver_sdspi/all: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi + +build esp-idf/esp_driver_spi/all: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens + +build esp-idf/esp_driver_touch_sens/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens + +build esp-idf/esp_driver_tsens/all: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_uart + +build esp-idf/esp_driver_uart/all: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag + +build esp-idf/esp_driver_usb_serial_jtag/all: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_eth + +build esp-idf/esp_eth/all: phony esp-idf/esp_eth/libesp_eth.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_event + +build esp-idf/esp_event/all: phony esp-idf/esp_event/libesp_event.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub + +build esp-idf/esp_gdbstub/all: phony esp-idf/esp_gdbstub/libesp_gdbstub.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hid + +build esp-idf/esp_hid/all: phony esp-idf/esp_hid/libesp_hid.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client + +build esp-idf/esp_http_client/all: phony esp-idf/esp_http_client/libesp_http_client.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server + +build esp-idf/esp_http_server/all: phony esp-idf/esp_http_server/libesp_http_server.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota + +build esp-idf/esp_https_ota/all: phony esp-idf/esp_https_ota/libesp_https_ota.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server + +build esp-idf/esp_https_server/all: phony esp-idf/esp_https_server/libesp_https_server.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support + +build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32c3/all esp-idf/esp_hw_support/lowpower/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/lowpower + +build esp-idf/esp_hw_support/lowpower/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_hw_support/port/esp32c3 + +build esp-idf/esp_hw_support/port/esp32c3/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd + +build esp-idf/esp_lcd/all: phony esp-idf/esp_lcd/libesp_lcd.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl + +build esp-idf/esp_local_ctrl/all: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_mm + +build esp-idf/esp_mm/all: phony esp-idf/esp_mm/libesp_mm.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif + +build esp-idf/esp_netif/all: phony esp-idf/esp_netif/libesp_netif.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack + +build esp-idf/esp_netif_stack/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_partition + +build esp-idf/esp_partition/all: phony esp-idf/esp_partition/libesp_partition.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_phy + +build esp-idf/esp_phy/all: phony esp-idf/esp_phy/libesp_phy.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_pm + +build esp-idf/esp_pm/all: phony esp-idf/esp_pm/libesp_pm.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_psram + +build esp-idf/esp_psram/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_ringbuf + +build esp-idf/esp_ringbuf/all: phony esp-idf/esp_ringbuf/libesp_ringbuf.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_rom + +build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system + +build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a esp-idf/esp_system/port/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port + +build esp-idf/esp_system/port/all: phony esp-idf/esp_system/port/soc/esp32c3/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/port/soc/esp32c3 + +build esp-idf/esp_system/port/soc/esp32c3/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_timer + +build esp-idf/esp_timer/all: phony esp-idf/esp_timer/libesp_timer.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console + +build esp-idf/esp_vfs_console/all: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi + +build esp-idf/esp_wifi/all: phony esp-idf/esp_wifi/libesp_wifi.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/espcoredump + +build esp-idf/espcoredump/all: phony esp-idf/espcoredump/libespcoredump.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py + +build esp-idf/esptool_py/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/fatfs + +build esp-idf/fatfs/all: phony esp-idf/fatfs/libfatfs.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/freertos + +build esp-idf/freertos/all: phony esp-idf/freertos/libfreertos.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/hal + +build esp-idf/hal/all: phony esp-idf/hal/libhal.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/heap + +build esp-idf/heap/all: phony esp-idf/heap/libheap.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/http_parser + +build esp-idf/http_parser/all: phony esp-idf/http_parser/libhttp_parser.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/idf_test + +build esp-idf/idf_test/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ieee802154 + +build esp-idf/ieee802154/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/json + +build esp-idf/json/all: phony esp-idf/json/libjson.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/log + +build esp-idf/log/all: phony esp-idf/log/liblog.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/lwip + +build esp-idf/lwip/all: phony esp-idf/lwip/liblwip.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/main + +build esp-idf/main/all: phony esp-idf/main/libmain.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls + +build esp-idf/mbedtls/all: phony esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls + +build esp-idf/mbedtls/mbedtls/all: phony esp-idf/mbedtls/mbedtls/include/all esp-idf/mbedtls/mbedtls/3rdparty/all esp-idf/mbedtls/mbedtls/library/all esp-idf/mbedtls/mbedtls/pkgconfig/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty + +build esp-idf/mbedtls/mbedtls/3rdparty/all: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/all esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/everest + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/all: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/include + +build esp-idf/mbedtls/mbedtls/include/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/library + +build esp-idf/mbedtls/mbedtls/library/all: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mbedtls/mbedtls/pkgconfig + +build esp-idf/mbedtls/mbedtls/pkgconfig/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/mqtt + +build esp-idf/mqtt/all: phony esp-idf/mqtt/libmqtt.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib + +build esp-idf/newlib/all: phony esp-idf/newlib/libnewlib.a esp-idf/newlib/port/all + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/newlib/port + +build esp-idf/newlib/port/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash + +build esp-idf/nvs_flash/all: phony esp-idf/nvs_flash/libnvs_flash.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider + +build esp-idf/nvs_sec_provider/all: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/openthread + +build esp-idf/openthread/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/partition_table + +build esp-idf/partition_table/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c + +build esp-idf/protobuf-c/all: phony esp-idf/protobuf-c/libprotobuf-c.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/protocomm + +build esp-idf/protocomm/all: phony esp-idf/protocomm/libprotocomm.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/pthread + +build esp-idf/pthread/all: phony esp-idf/pthread/libpthread.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/riscv + +build esp-idf/riscv/all: phony esp-idf/riscv/libriscv.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/sdmmc + +build esp-idf/sdmmc/all: phony esp-idf/sdmmc/libsdmmc.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/soc + +build esp-idf/soc/all: phony esp-idf/soc/libsoc.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spi_flash + +build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/spiffs + +build esp-idf/spiffs/all: phony esp-idf/spiffs/libspiffs.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport + +build esp-idf/tcp_transport/all: phony esp-idf/tcp_transport/libtcp_transport.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/ulp + +build esp-idf/ulp/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/unity + +build esp-idf/unity/all: phony esp-idf/unity/libunity.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/usb + +build esp-idf/usb/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/vfs + +build esp-idf/vfs/all: phony esp-idf/vfs/libvfs.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling + +build esp-idf/wear_levelling/all: phony esp-idf/wear_levelling/libwear_levelling.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning + +build esp-idf/wifi_provisioning/all: phony esp-idf/wifi_provisioning/libwifi_provisioning.a + +# ============================================================================= + +############################################# +# Folder: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant + +build esp-idf/wpa_supplicant/all: phony esp-idf/wpa_supplicant/libwpa_supplicant.a + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/alex/MyProjects/ESP-Nodes/.git/HEAD /home/alex/MyProjects/ESP-Nodes/.git/refs/heads/main /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/CMakeLists.txt /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main/CMakeLists.txt /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/sdkconfig /home/alex/esp/v5.3.1/esp-idf/.git/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/json/cJSON/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/openthread/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/unity/unity/HEAD /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/app_trace/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/app_trace/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/app_update/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/bootloader/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/bootloader/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/bt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/host/nimble/nimble/.git /home/alex/esp/v5.3.1/esp-idf/components/cmock/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/.git /home/alex/esp/v5.3.1/esp-idf/components/console/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/cxx/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/driver/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/efuse/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/sources.cmake /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_app_format/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_coex/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_coex/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/esp_common/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_common/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ppa/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_eth/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_event/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_hid/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_mm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_partition/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/esp_pm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_psram/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_psram/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_rom/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_system/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_system/ld/ld.cmake /home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc/esp32c3/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_timer/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esptool_py/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esptool_py/espefuse.cmake /home/alex/esp/v5.3.1/esp-idf/components/esptool_py/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/fatfs/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/fatfs/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/freertos/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/hal/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/heap/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/heap/tlsf/.git /home/alex/esp/v5.3.1/esp-idf/components/http_parser/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/idf_test/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/ieee802154/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/json/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/json/cJSON/.git /home/alex/esp/v5.3.1/esp-idf/components/log/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/lwip/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/.git /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/.git /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mqtt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/.git /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/newlib/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/newlib/port/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/newlib/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/openthread/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/openthread/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/openthread/openthread/.git /home/alex/esp/v5.3.1/esp-idf/components/partition_table/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/partition_table/partitions_singleapp.csv /home/alex/esp/v5.3.1/esp-idf/components/partition_table/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c/.git /home/alex/esp/v5.3.1/esp-idf/components/protocomm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/pthread/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/riscv/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/riscv/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/sdmmc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/soc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/spi_flash/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/spiffs/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/spiffs/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/.git /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/ulp/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/ulp/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/unity/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/unity/unity/.git /home/alex/esp/v5.3.1/esp-idf/components/usb/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/vfs/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/tools/cmake/build.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/component.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/depgraph.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/dfu.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/git_submodules.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/idf.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/kconfig.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/ldgen.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/project.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/project_description.json.in /home/alex/esp/v5.3.1/esp-idf/tools/cmake/targets.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/alex/esp/v5.3.1/esp-idf/tools/cmake/tool_version_check.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/toolchain-esp32c3.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/utilities.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/version.cmake /home/alex/esp/v5.3.1/esp-idf/tools/kconfig_new/confgen.py /home/alex/esp/v5.3.1/esp-idf/tools/kconfig_new/config.env.in /usr/share/cmake-3.28/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake-3.28/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.28/Modules/CMakeCCompiler.cmake.in /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c /usr/share/cmake-3.28/Modules/CMakeCInformation.cmake /usr/share/cmake-3.28/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake-3.28/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.28/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.28/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCompileFeatures.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake /usr/share/cmake-3.28/Modules/CMakeFindBinUtils.cmake /usr/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.28/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake-3.28/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.28/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake-3.28/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake-3.28/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake-3.28/Modules/CMakeSystem.cmake.in /usr/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.28/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake-3.28/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.28/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.28/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake-3.28/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU.cmake /usr/share/cmake-3.28/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake-3.28/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake-3.28/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/ExternalProject.cmake /usr/share/cmake-3.28/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake-3.28/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake-3.28/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake-3.28/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake-3.28/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake-3.28/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake-3.28/Modules/FindGit.cmake /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.28/Modules/FindPackageMessage.cmake /usr/share/cmake-3.28/Modules/FindPython/Support.cmake /usr/share/cmake-3.28/Modules/FindPython3.cmake /usr/share/cmake-3.28/Modules/FindThreads.cmake /usr/share/cmake-3.28/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.28/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.28/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.28/Modules/Internal/FeatureTesting.cmake /usr/share/cmake-3.28/Modules/Platform/Generic.cmake /usr/share/cmake-3.28/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeASMCompiler.cmake CMakeFiles/3.28.3/CMakeCCompiler.cmake CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/alex/MyProjects/ESP-Nodes/.git/HEAD /home/alex/MyProjects/ESP-Nodes/.git/refs/heads/main /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/CMakeLists.txt /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main/CMakeLists.txt /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/sdkconfig /home/alex/esp/v5.3.1/esp-idf/.git/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/json/cJSON/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/openthread/lib/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/alex/esp/v5.3.1/esp-idf/.git/modules/components/unity/unity/HEAD /home/alex/esp/v5.3.1/esp-idf/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/app_trace/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/app_trace/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/app_update/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/bootloader/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/bootloader/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/bt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32c5/esp32c5-bt-lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/bt/host/nimble/nimble/.git /home/alex/esp/v5.3.1/esp-idf/components/cmock/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/.git /home/alex/esp/v5.3.1/esp-idf/components/console/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/cxx/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/driver/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/efuse/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/sources.cmake /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_app_format/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_coex/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_coex/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/esp_common/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_common/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ppa/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_eth/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_event/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_hid/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_mm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_partition/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_phy/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/esp_pm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_psram/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_psram/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_rom/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_system/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_system/ld/ld.cmake /home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc/esp32c3/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_timer/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esptool_py/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/esptool_py/espefuse.cmake /home/alex/esp/v5.3.1/esp-idf/components/esptool_py/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/fatfs/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/fatfs/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/freertos/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/hal/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/heap/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/heap/tlsf/.git /home/alex/esp/v5.3.1/esp-idf/components/http_parser/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/idf_test/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/ieee802154/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/json/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/json/cJSON/.git /home/alex/esp/v5.3.1/esp-idf/components/log/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/lwip/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/.git /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/.git /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mqtt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/.git /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/newlib/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/newlib/port/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/newlib/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/openthread/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/openthread/lib/.git /home/alex/esp/v5.3.1/esp-idf/components/openthread/openthread/.git /home/alex/esp/v5.3.1/esp-idf/components/partition_table/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/partition_table/partitions_singleapp.csv /home/alex/esp/v5.3.1/esp-idf/components/partition_table/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c/.git /home/alex/esp/v5.3.1/esp-idf/components/protocomm/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/pthread/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/riscv/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/riscv/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/sdmmc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/soc/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/spi_flash/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/spiffs/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/spiffs/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/.git /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/ulp/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/ulp/project_include.cmake /home/alex/esp/v5.3.1/esp-idf/components/unity/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/unity/unity/.git /home/alex/esp/v5.3.1/esp-idf/components/usb/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/vfs/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/alex/esp/v5.3.1/esp-idf/tools/cmake/build.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/component.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/depgraph.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/dfu.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/git_submodules.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/idf.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/kconfig.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/ldgen.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/project.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/project_description.json.in /home/alex/esp/v5.3.1/esp-idf/tools/cmake/targets.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/alex/esp/v5.3.1/esp-idf/tools/cmake/tool_version_check.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/toolchain-esp32c3.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/utilities.cmake /home/alex/esp/v5.3.1/esp-idf/tools/cmake/version.cmake /home/alex/esp/v5.3.1/esp-idf/tools/kconfig_new/confgen.py /home/alex/esp/v5.3.1/esp-idf/tools/kconfig_new/config.env.in /usr/share/cmake-3.28/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake-3.28/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.28/Modules/CMakeCCompiler.cmake.in /usr/share/cmake-3.28/Modules/CMakeCCompilerABI.c /usr/share/cmake-3.28/Modules/CMakeCInformation.cmake /usr/share/cmake-3.28/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake-3.28/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake-3.28/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.28/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.28/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCompileFeatures.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake /usr/share/cmake-3.28/Modules/CMakeFindBinUtils.cmake /usr/share/cmake-3.28/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.28/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake-3.28/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.28/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake-3.28/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake-3.28/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake-3.28/Modules/CMakeSystem.cmake.in /usr/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.28/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake-3.28/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.28/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.28/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.28/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.28/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.28/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.28/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake-3.28/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake-3.28/Modules/Compiler/GNU.cmake /usr/share/cmake-3.28/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake-3.28/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake-3.28/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake-3.28/Modules/ExternalProject.cmake /usr/share/cmake-3.28/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake-3.28/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake-3.28/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake-3.28/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake-3.28/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake-3.28/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake-3.28/Modules/FindGit.cmake /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.28/Modules/FindPackageMessage.cmake /usr/share/cmake-3.28/Modules/FindPython/Support.cmake /usr/share/cmake-3.28/Modules/FindPython3.cmake /usr/share/cmake-3.28/Modules/FindThreads.cmake /usr/share/cmake-3.28/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.28/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.28/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.28/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.28/Modules/Internal/FeatureTesting.cmake /usr/share/cmake-3.28/Modules/Platform/Generic.cmake /usr/share/cmake-3.28/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.28.3/CMakeASMCompiler.cmake CMakeFiles/3.28.3/CMakeCCompiler.cmake CMakeFiles/3.28.3/CMakeCXXCompiler.cmake CMakeFiles/3.28.3/CMakeSystem.cmake CMakeFiles/git-data/grabRef.cmake app-flash_args bootloader-flash_args bootloader-prefix/tmp/bootloader-mkdirs.cmake config/sdkconfig.cmake config/sdkconfig.h esp-idf/bootloader/bootloader-flash_args.in esp-idf/esptool_py/app-flash_args.in esp-idf/esptool_py/flasher_args.json.in esp-idf/partition_table/partition-table-flash_args.in flash_args flash_args.in ldgen_libraries.in: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/ESP-IDF_Robot_RC/build/compile_commands.json.tmp21e24 b/ESP-IDF_Robot_RC/build/compile_commands.json similarity index 56% rename from ESP-IDF_Robot_RC/build/compile_commands.json.tmp21e24 rename to ESP-IDF_Robot_RC/build/compile_commands.json index 01272bd5f..79472b60e 100644 --- a/ESP-IDF_Robot_RC/build/compile_commands.json.tmp21e24 +++ b/ESP-IDF_Robot_RC/build/compile_commands.json @@ -3001,4 +3001,1994 @@ }, { "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", - "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c \ No newline at end of file + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/def.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/def.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/dns.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/dns.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/init.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/init.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ip.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/mem.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/mem.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/memp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/memp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/netif.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/netif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/pbuf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/pbuf.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/raw.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/raw.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/stats.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/stats.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/sys.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/sys.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp_in.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp_in.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp_out.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/tcp_out.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/timeouts.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/timeouts.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/udp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/udp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ethernet.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ethernet.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/slipif.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/slipif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-array-parameter -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-type-limits -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/debug/lwip_debug.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/debug/lwip_debug.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/sockets_ext.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/sockets_ext.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/sys_arch.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/sys_arch.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/esp_ping.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/esp_ping.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/ping.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/ping.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/ping_sock.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/ping/ping_sock.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_handlers.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_handlers.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_objects.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_objects.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_defaults.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/esp_netif_defaults.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/wlanif.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/wlanif.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/os_xtensa.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/os_xtensa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/eloop.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/eloop.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/sae.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/sae.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/base64.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/base64.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/uuid.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/uuid.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/json.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils/json.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.3.1-dirty\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/utils -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/lib_printf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/lib_printf.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/mesh_event.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/mesh_event.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/smartconfig.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/smartconfig.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_init.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_init.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_default.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_default.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_netif.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_netif.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_default_ap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/wifi_default_ap.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/smartconfig_ack.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/src/smartconfig_ack.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src/unity.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src/unity.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_compat.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/unity/unity_compat.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_runner.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/unity/unity_runner.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_freertos.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_freertos.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_cache.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_cache.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_memory.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/unity/unity_utils_memory.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/unity/unity_port_esp32.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/unity/unity_port_esp32.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/src/cmock.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/src/cmock.c", + "output": "esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/commands.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/commands.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/esp_console_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/esp_console_common.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/split_argv.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/split_argv.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/linenoise/linenoise.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/linenoise/linenoise.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/esp_console_repl_chip.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/esp_console_repl_chip.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_cmd.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_cmd.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_date.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_date.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_dbl.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_dbl.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_dstr.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_dstr.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_end.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_end.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_file.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_file.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_hashtable.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_hashtable.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_int.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_int.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_lit.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_lit.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_rem.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_rem.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_rex.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_rex.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_str.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_str.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_utils.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/arg_utils.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/console/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/argtable3.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/console/argtable3/argtable3.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/http_parser/http_parser.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/http_parser/http_parser.c", + "output": "esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_error_capture.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_error_capture.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_platform_port.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_platform_port.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_mbedtls.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp_tls_mbedtls.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_oneshot.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_oneshot.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_common.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_cali.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_cali.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_continuous.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_continuous.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_monitor.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_monitor.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/gdma/adc_dma.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/gdma/adc_dma.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_filter.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/adc_filter.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/esp32c3/esp_adc_cal_legacy.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/esp32c3/esp_adc_cal_legacy.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/interface -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", + "output": "esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/interface -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", + "output": "esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/esp_eth.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/esp_eth.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/gdbstub.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/gdbstub.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/packet.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/packet.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/private -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hidd.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hidd.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/private -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hidh.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hidh.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/private -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hid_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/src/esp_hid_common.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_ssl.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_ssl.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_internal.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_internal.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_socks_proxy.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_socks_proxy.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_ws.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/transport_ws.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/esp_http_client.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/esp_http_client.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_auth.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_auth.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_header.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_header.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_utils.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/lib/http_utils.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_main.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_main.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_parse.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_parse.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_sess.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_sess.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_txrx.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_txrx.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_uri.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_uri.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_ws.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/httpd_ws.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/port/esp32 -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_app_format/include -I/home/alex/esp/v5.3.1/esp-idf/components/app_update/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_bootloader_format/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/src/esp_https_ota.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/src/esp_https_ota.c", + "output": "esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/src/https_server.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/src/https_server.c", + "output": "esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_common.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/priv_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", + "output": "esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common/protocomm.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common/protocomm.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/constants.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/constants.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/session.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c/session.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/transports/protocomm_console.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/transports/protocomm_console.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security0.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security0.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security1.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security1.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security2.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/security/security2.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/common -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_init.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_init.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_common.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_common.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_flash.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_flash.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_uart.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_uart.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_elf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_elf.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_binary.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_binary.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_sha.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_sha.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_crc.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/core_dump_crc.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/Partition.cpp", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/Partition.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/SPI_Flash.cpp", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/SPI_Flash.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Flash.cpp", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/WL_Flash.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/crc32.cpp", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/crc32.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/private_include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/wear_levelling.cpp", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/wear_levelling.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_rawflash.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_rawflash.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_wl.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_wl.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/src/ff.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src/ff.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/src/ffunicode.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src/ffunicode.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/port/freertos/ffsystem.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/port/freertos/ffsystem.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/json/cJSON/cJSON.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON/cJSON.c", + "output": "esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/json/cJSON/cJSON_Utils.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON/cJSON_Utils.c", + "output": "esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/include -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", + "output": "esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs_api.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs_api.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/spiffs/src -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/spiffs/esp_spiffs.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/spiffs/esp_spiffs.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_config.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_config.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_scan.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_scan.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/manager.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/manager.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/handlers.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/handlers.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/scheme_console.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/scheme_console.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj -c /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/scheme_softap.c", + "file": "/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/src/scheme_softap.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj" +}, +{ + "directory": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build", + "command": "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.3.1-dirty\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/config -I/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main -I/home/alex/esp/v5.3.1/esp-idf/components/newlib/platform_include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/config/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/alex/esp/v5.3.1/esp-idf/components/freertos/esp_additions/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/dma/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/ldo/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/heap/include -I/home/alex/esp/v5.3.1/esp-idf/components/log/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/include -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/platform_port/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/hal/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/esp_common/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/soc -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/esp_system/port/include/private -I/home/alex/esp/v5.3.1/esp-idf/components/riscv/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/include/apps/sntp -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/lwip/src/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/freertos/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/alex/esp/v5.3.1/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_pm/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/library -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/alex/esp/v5.3.1/esp-idf/components/esp_app_format/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_bootloader_format/include -I/home/alex/esp/v5.3.1/esp-idf/components/app_update/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/include -I/home/alex/esp/v5.3.1/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_partition/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/include -I/home/alex/esp/v5.3.1/esp-idf/components/efuse/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_mm/include -I/home/alex/esp/v5.3.1/esp-idf/components/spi_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/pthread/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_timer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart/include -I/home/alex/esp/v5.3.1/esp-idf/components/vfs/include -I/home/alex/esp/v5.3.1/esp-idf/components/app_trace/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_event/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_flash/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s/include -I/home/alex/esp/v5.3.1/esp-idf/components/sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/deprecated -I/home/alex/esp/v5.3.1/esp-idf/components/driver/i2c/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/touch_sensor/include -I/home/alex/esp/v5.3.1/esp-idf/components/driver/twai/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_phy/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_netif/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/port/include -I/home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_coex/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_wifi/include/local -I/home/alex/esp/v5.3.1/esp-idf/components/unity/include -I/home/alex/esp/v5.3.1/esp-idf/components/unity/unity/src -I/home/alex/esp/v5.3.1/esp-idf/components/cmock/CMock/src -I/home/alex/esp/v5.3.1/esp-idf/components/console -I/home/alex/esp/v5.3.1/esp-idf/components/http_parser -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls -I/home/alex/esp/v5.3.1/esp-idf/components/esp-tls/esp-tls-crypto -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/esp32c3/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_adc/deprecated/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam/interface -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_jpeg/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ppa/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_eth/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_hid/include -I/home/alex/esp/v5.3.1/esp-idf/components/tcp_transport/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_client/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_http_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_https_server/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_psram/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/include -I/home/alex/esp/v5.3.1/esp-idf/components/esp_lcd/interface -I/home/alex/esp/v5.3.1/esp-idf/components/protobuf-c/protobuf-c -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/common -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/security -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/transports -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/include/crypto/srp6a -I/home/alex/esp/v5.3.1/esp-idf/components/protocomm/proto-c -I/home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include -I/home/alex/esp/v5.3.1/esp-idf/components/espcoredump/include/port/riscv -I/home/alex/esp/v5.3.1/esp-idf/components/wear_levelling/include -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/diskio -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/src -I/home/alex/esp/v5.3.1/esp-idf/components/fatfs/vfs -I/home/alex/esp/v5.3.1/esp-idf/components/idf_test/include -I/home/alex/esp/v5.3.1/esp-idf/components/idf_test/include/esp32c3 -I/home/alex/esp/v5.3.1/esp-idf/components/ieee802154/include -I/home/alex/esp/v5.3.1/esp-idf/components/json/cJSON -I/home/alex/esp/v5.3.1/esp-idf/components/mqtt/esp-mqtt/include -I/home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider/include -I/home/alex/esp/v5.3.1/esp-idf/components/spiffs/include -I/home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC=. -fmacro-prefix-map=/home/alex/esp/v5.3.1/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -o esp-idf/main/CMakeFiles/__idf_main.dir/espnow_example_main.c.obj -c /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main/espnow_example_main.c", + "file": "/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main/espnow_example_main.c", + "output": "esp-idf/main/CMakeFiles/__idf_main.dir/espnow_example_main.c.obj" +} +] \ No newline at end of file diff --git a/ESP-IDF_Robot_RC/build/esp-idf/bt/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/bt/cmake_install.cmake new file mode 100644 index 000000000..ba0dba4b2 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/bt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/bt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/cmock/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/cmock/cmake_install.cmake new file mode 100644 index 000000000..b42465a04 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/cmock/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/cmock + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/console/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/console/cmake_install.cmake new file mode 100644 index 000000000..1e18710f0 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/console/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/console + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/driver/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/driver/cmake_install.cmake new file mode 100644 index 000000000..353fc6c8f --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/driver/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/driver + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/cmake_install.cmake new file mode 100644 index 000000000..7ac340b12 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp-tls/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp-tls + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/cmake_install.cmake new file mode 100644 index 000000000..2c2e6d9cf --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_adc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_adc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/cmake_install.cmake new file mode 100644 index 000000000..a1439edec --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_coex/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_coex + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake new file mode 100644 index 000000000..d4a57cf8b --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/cmake_install.cmake new file mode 100644 index 000000000..a37a10c23 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_cam/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/cmake_install.cmake new file mode 100644 index 000000000..d084afbc3 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_dac/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/cmake_install.cmake new file mode 100644 index 000000000..c2aad563c --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2c/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/cmake_install.cmake new file mode 100644 index 000000000..9d79c2298 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_i2s/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/cmake_install.cmake new file mode 100644 index 000000000..01db8d1a3 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_isp/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/cmake_install.cmake new file mode 100644 index 000000000..3db01ee99 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_jpeg/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_jpeg + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/cmake_install.cmake new file mode 100644 index 000000000..af2b94819 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ledc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake new file mode 100644 index 000000000..98c1ba82e --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/cmake_install.cmake new file mode 100644 index 000000000..a399f3eba --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_parlio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/cmake_install.cmake new file mode 100644 index 000000000..caf580841 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_pcnt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/cmake_install.cmake new file mode 100644 index 000000000..db445e69e --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_ppa/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ppa + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/cmake_install.cmake new file mode 100644 index 000000000..c3305129c --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_rmt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/cmake_install.cmake new file mode 100644 index 000000000..290d2b5f5 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/cmake_install.cmake new file mode 100644 index 000000000..ab8357cd3 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake new file mode 100644 index 000000000..c2f99a362 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/cmake_install.cmake new file mode 100644 index 000000000..8f5d8b977 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_sdspi/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/cmake_install.cmake new file mode 100644 index 000000000..51145ae7c --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_spi/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake new file mode 100644 index 000000000..7b35899c2 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_touch_sens + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/cmake_install.cmake new file mode 100644 index 000000000..c114202d1 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_tsens/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake new file mode 100644 index 000000000..d1b0b3d59 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/cmake_install.cmake new file mode 100644 index 000000000..fe01333e5 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_eth/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_eth + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/cmake_install.cmake new file mode 100644 index 000000000..25fd91f9b --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_gdbstub/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/cmake_install.cmake new file mode 100644 index 000000000..ee5da10cb --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_hid/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_hid + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/cmake_install.cmake new file mode 100644 index 000000000..ee9967114 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_http_client/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/cmake_install.cmake new file mode 100644 index 000000000..fbf7ed010 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_http_server/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/cmake_install.cmake new file mode 100644 index 000000000..adfa21f90 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_https_ota/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/cmake_install.cmake new file mode 100644 index 000000000..55eb78942 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_https_server/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_https_server + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/cmake_install.cmake new file mode 100644 index 000000000..c3f054c53 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_lcd/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/cmake_install.cmake new file mode 100644 index 000000000..3b36301b2 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_local_ctrl/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/cmake_install.cmake new file mode 100644 index 000000000..efafe48e7 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_netif/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_netif + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/cmake_install.cmake new file mode 100644 index 000000000..3f499a086 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_netif_stack/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_netif_stack + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/cmake_install.cmake new file mode 100644 index 000000000..df8d319dd --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_phy/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_phy + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/cmake_install.cmake new file mode 100644 index 000000000..e2ddfdbe7 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_psram/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_psram + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/cmake_install.cmake new file mode 100644 index 000000000..e275501db --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_vfs_console/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/cmake_install.cmake new file mode 100644 index 000000000..b5da5a63e --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/esp_wifi/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/cmake_install.cmake new file mode 100644 index 000000000..dad625422 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/espcoredump/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/espcoredump + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/fatfs/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/fatfs/cmake_install.cmake new file mode 100644 index 000000000..791eb71e0 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/fatfs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/fatfs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/http_parser/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/http_parser/cmake_install.cmake new file mode 100644 index 000000000..e25170d78 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/http_parser/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/http_parser + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/idf_test/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/idf_test/cmake_install.cmake new file mode 100644 index 000000000..1178ee4f4 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/idf_test/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/idf_test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/cmake_install.cmake new file mode 100644 index 000000000..35e1e0d81 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/ieee802154/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/ieee802154 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/json/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/json/cmake_install.cmake new file mode 100644 index 000000000..e0e30ca1b --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/json/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/json + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/lwip/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/lwip/cmake_install.cmake new file mode 100644 index 000000000..c400587bc --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/lwip/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/lwip + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/main/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/main/cmake_install.cmake new file mode 100644 index 000000000..e6d47839c --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/main/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/mqtt/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/mqtt/cmake_install.cmake new file mode 100644 index 000000000..2935dfadc --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/mqtt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/mqtt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/cmake_install.cmake new file mode 100644 index 000000000..12128d015 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/nvs_flash/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/nvs_flash + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/cmake_install.cmake new file mode 100644 index 000000000..af76205b1 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/nvs_sec_provider/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/openthread/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/openthread/cmake_install.cmake new file mode 100644 index 000000000..5f3013273 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/openthread/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/openthread + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/cmake_install.cmake new file mode 100644 index 000000000..f50787539 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/protobuf-c/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/protobuf-c + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/protocomm/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/protocomm/cmake_install.cmake new file mode 100644 index 000000000..72ad6a691 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/protocomm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/protocomm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/cmake_install.cmake new file mode 100644 index 000000000..8886d9a41 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/sdmmc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/sdmmc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/spiffs/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/spiffs/cmake_install.cmake new file mode 100644 index 000000000..5697e0a41 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/spiffs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/spiffs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/cmake_install.cmake new file mode 100644 index 000000000..c3dfcf351 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/tcp_transport/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/ulp/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/ulp/cmake_install.cmake new file mode 100644 index 000000000..5fddd2e90 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/ulp/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/ulp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/unity/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/unity/cmake_install.cmake new file mode 100644 index 000000000..aad207776 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/unity/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/unity + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/usb/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/usb/cmake_install.cmake new file mode 100644 index 000000000..bb18df3c2 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/usb/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/usb + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/vfs/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/vfs/cmake_install.cmake new file mode 100644 index 000000000..ddc97ac66 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/vfs/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/vfs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/cmake_install.cmake new file mode 100644 index 000000000..4d6d382b1 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/wear_levelling/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/cmake_install.cmake new file mode 100644 index 000000000..df01b86f1 --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/wifi_provisioning/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/cmake_install.cmake b/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/cmake_install.cmake new file mode 100644 index 000000000..94a5dc7bd --- /dev/null +++ b/ESP-IDF_Robot_RC/build/esp-idf/wpa_supplicant/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP-IDF_Robot_RC/build/log/idf_py_stdout_output_454134 b/ESP-IDF_Robot_RC/build/log/idf_py_stdout_output_454134 index e69de29bb..6bd774a62 100644 --- a/ESP-IDF_Robot_RC/build/log/idf_py_stdout_output_454134 +++ b/ESP-IDF_Robot_RC/build/log/idf_py_stdout_output_454134 @@ -0,0 +1,40 @@ +-- Existing sdkconfig '/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/sdkconfig' renamed to '/home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/sdkconfig.old'. +-- Found Git: /usr/bin/git (found version "2.43.0") +-- The C compiler identification is GNU 13.2.0 +-- The CXX compiler identification is GNU 13.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-gcc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /home/alex/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/riscv32-esp-elf-g++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Building ESP-IDF components for target esp32c3 +-- Project sdkconfig file /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/sdkconfig +-- Adding linker script /home/alex/esp/v5.3.1/esp-idf/components/riscv/ld/rom.api.ld +-- Found Python3: /home/alex/.espressif/python_env/idf5.3_py3.12_env/bin/python (found version "3.12.3") found components: Interpreter +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS +-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success +-- App "ESP-IDF_Robot_RC" version: ESP32-Node_Switch-v2.7-686-g93e +-- Adding linker script /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/ld/memory.ld +-- Adding linker script /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/ld/sections.ld.in +-- Adding linker script /home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.ld +-- Adding linker script /home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.api.ld +-- Adding linker script /home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.libgcc.ld +-- Adding linker script /home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.version.ld +-- Adding linker script /home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld +-- Adding linker script /home/alex/esp/v5.3.1/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.newlib.ld +-- Adding linker script /home/alex/esp/v5.3.1/esp-idf/components/soc/esp32c3/ld/esp32c3.peripherals.ld +-- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_bootloader_format esp_coex esp_common esp_driver_ana_cmpr esp_driver_cam esp_driver_dac esp_driver_gpio esp_driver_gptimer esp_driver_i2c esp_driver_i2s esp_driver_isp esp_driver_jpeg esp_driver_ledc esp_driver_mcpwm esp_driver_parlio esp_driver_pcnt esp_driver_ppa esp_driver_rmt esp_driver_sdio esp_driver_sdm esp_driver_sdmmc esp_driver_sdspi esp_driver_spi esp_driver_touch_sens esp_driver_tsens esp_driver_uart esp_driver_usb_serial_jtag esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_system esp_timer esp_vfs_console esp_wifi espcoredump esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lwip main mbedtls mqtt newlib nvs_flash nvs_sec_provider openthread partition_table protobuf-c protocomm pthread riscv sdmmc soc spi_flash spiffs tcp_transport ulp unity usb vfs wear_levelling wifi_provisioning wpa_supplicant +-- Component paths: /home/alex/esp/v5.3.1/esp-idf/components/app_trace /home/alex/esp/v5.3.1/esp-idf/components/app_update /home/alex/esp/v5.3.1/esp-idf/components/bootloader /home/alex/esp/v5.3.1/esp-idf/components/bootloader_support /home/alex/esp/v5.3.1/esp-idf/components/bt /home/alex/esp/v5.3.1/esp-idf/components/cmock /home/alex/esp/v5.3.1/esp-idf/components/console /home/alex/esp/v5.3.1/esp-idf/components/cxx /home/alex/esp/v5.3.1/esp-idf/components/driver /home/alex/esp/v5.3.1/esp-idf/components/efuse /home/alex/esp/v5.3.1/esp-idf/components/esp-tls /home/alex/esp/v5.3.1/esp-idf/components/esp_adc /home/alex/esp/v5.3.1/esp-idf/components/esp_app_format /home/alex/esp/v5.3.1/esp-idf/components/esp_bootloader_format /home/alex/esp/v5.3.1/esp-idf/components/esp_coex /home/alex/esp/v5.3.1/esp-idf/components/esp_common /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ana_cmpr /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_cam /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_dac /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gpio /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_gptimer /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2c /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_i2s /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_isp /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_jpeg /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ledc /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_mcpwm /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_parlio /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_pcnt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_ppa /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_rmt /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdio /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdm /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdmmc /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_sdspi /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_spi /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_touch_sens /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_tsens /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_uart /home/alex/esp/v5.3.1/esp-idf/components/esp_driver_usb_serial_jtag /home/alex/esp/v5.3.1/esp-idf/components/esp_eth /home/alex/esp/v5.3.1/esp-idf/components/esp_event /home/alex/esp/v5.3.1/esp-idf/components/esp_gdbstub /home/alex/esp/v5.3.1/esp-idf/components/esp_hid /home/alex/esp/v5.3.1/esp-idf/components/esp_http_client /home/alex/esp/v5.3.1/esp-idf/components/esp_http_server /home/alex/esp/v5.3.1/esp-idf/components/esp_https_ota /home/alex/esp/v5.3.1/esp-idf/components/esp_https_server /home/alex/esp/v5.3.1/esp-idf/components/esp_hw_support /home/alex/esp/v5.3.1/esp-idf/components/esp_lcd /home/alex/esp/v5.3.1/esp-idf/components/esp_local_ctrl /home/alex/esp/v5.3.1/esp-idf/components/esp_mm /home/alex/esp/v5.3.1/esp-idf/components/esp_netif /home/alex/esp/v5.3.1/esp-idf/components/esp_netif_stack /home/alex/esp/v5.3.1/esp-idf/components/esp_partition /home/alex/esp/v5.3.1/esp-idf/components/esp_phy /home/alex/esp/v5.3.1/esp-idf/components/esp_pm /home/alex/esp/v5.3.1/esp-idf/components/esp_psram /home/alex/esp/v5.3.1/esp-idf/components/esp_ringbuf /home/alex/esp/v5.3.1/esp-idf/components/esp_rom /home/alex/esp/v5.3.1/esp-idf/components/esp_system /home/alex/esp/v5.3.1/esp-idf/components/esp_timer /home/alex/esp/v5.3.1/esp-idf/components/esp_vfs_console /home/alex/esp/v5.3.1/esp-idf/components/esp_wifi /home/alex/esp/v5.3.1/esp-idf/components/espcoredump /home/alex/esp/v5.3.1/esp-idf/components/esptool_py /home/alex/esp/v5.3.1/esp-idf/components/fatfs /home/alex/esp/v5.3.1/esp-idf/components/freertos /home/alex/esp/v5.3.1/esp-idf/components/hal /home/alex/esp/v5.3.1/esp-idf/components/heap /home/alex/esp/v5.3.1/esp-idf/components/http_parser /home/alex/esp/v5.3.1/esp-idf/components/idf_test /home/alex/esp/v5.3.1/esp-idf/components/ieee802154 /home/alex/esp/v5.3.1/esp-idf/components/json /home/alex/esp/v5.3.1/esp-idf/components/log /home/alex/esp/v5.3.1/esp-idf/components/lwip /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/main /home/alex/esp/v5.3.1/esp-idf/components/mbedtls /home/alex/esp/v5.3.1/esp-idf/components/mqtt /home/alex/esp/v5.3.1/esp-idf/components/newlib /home/alex/esp/v5.3.1/esp-idf/components/nvs_flash /home/alex/esp/v5.3.1/esp-idf/components/nvs_sec_provider /home/alex/esp/v5.3.1/esp-idf/components/openthread /home/alex/esp/v5.3.1/esp-idf/components/partition_table /home/alex/esp/v5.3.1/esp-idf/components/protobuf-c /home/alex/esp/v5.3.1/esp-idf/components/protocomm /home/alex/esp/v5.3.1/esp-idf/components/pthread /home/alex/esp/v5.3.1/esp-idf/components/riscv /home/alex/esp/v5.3.1/esp-idf/components/sdmmc /home/alex/esp/v5.3.1/esp-idf/components/soc /home/alex/esp/v5.3.1/esp-idf/components/spi_flash /home/alex/esp/v5.3.1/esp-idf/components/spiffs /home/alex/esp/v5.3.1/esp-idf/components/tcp_transport /home/alex/esp/v5.3.1/esp-idf/components/ulp /home/alex/esp/v5.3.1/esp-idf/components/unity /home/alex/esp/v5.3.1/esp-idf/components/usb /home/alex/esp/v5.3.1/esp-idf/components/vfs /home/alex/esp/v5.3.1/esp-idf/components/wear_levelling /home/alex/esp/v5.3.1/esp-idf/components/wifi_provisioning /home/alex/esp/v5.3.1/esp-idf/components/wpa_supplicant +-- Configuring done (5.9s) +-- Generating done (0.4s) +-- Build files have been written to: /home/alex/MyProjects/ESP-Nodes/ESP-IDF_Robot_RC/build