Build issue/pipeline_a2dp_sink_and_hfp

MokkoMotto
Posts: 2
Joined: Thu Dec 09, 2021 3:21 pm

Build issue/pipeline_a2dp_sink_and_hfp

Postby MokkoMotto » Fri Jan 07, 2022 11:57 am

Hello,
I am using ESP-ADF - 2.3, ESP-IDF - 3.3, as stated in the link - https://github.com/espressif/esp-adf/tr ... r/examples
I have followed the steps to set up environment variables and executed idf.py menuconfig to change the board to ESP32-LyraTD-MSC.
I tried to build the project but failed. below is the log -
C:\Users\Subhendu\Documents\GitHub\esp-adf\examples\get-started\pipeline_a2dp_sink_and_hfp>idf.py build
Executing action: all (aliases: build)
Running ninja in directory c:\users\subhendu\documents\github\esp-adf\examples\get-started\pipeline_a2dp_sink_and_hfp\build
Executing "ninja all"...
[0/1] Re-running CMake...
-- ccache will be used for faster recompilation
-- Building ESP-IDF components for target esp32
-- Project sdkconfig file C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig
Loading defaults file C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults...
C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults:4 CONFIG_BLUEDROID_ENABLED was replaced with CONFIG_BT_BLUEDROID_ENABLED
C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults:5 CONFIG_CLASSIC_BT_ENABLED was replaced with CONFIG_BT_CLASSIC_ENABLED
C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults:6 CONFIG_A2DP_ENABLE was replaced with CONFIG_BT_A2DP_ENABLE
C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults:10 CONFIG_BTDM_CONTROLLER_MODE_BTDM was replaced with CONFIG_BTDM_CTRL_MODE_BTDM
C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults:11 CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN was replaced with CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN
C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults:12 CONFIG_BTDM_CONTROLLER_BR_EDR_MAX_SYNC_CONN_EFF was replaced with CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF
C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults:13 CONFIG_HFP_ENABLE was replaced with CONFIG_BT_HFP_ENABLE
C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig.defaults:14 CONFIG_HFP_AUDIO_DATA_PATH_HCI was replaced with CONFIG_BT_HFP_AUDIO_DATA_PATH_HCI
-- Could NOT find Perl (missing: PERL_EXECUTABLE)
-- App "a2dp_sink_and_hfp_example" version: v2.3-165-gd88f318
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/build/esp-idf/esp_system/ld/memory.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_system/ld/esp32/sections.ld.in
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-time.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld
-- Chip is esp32, C:/Users/Subhendu/Documents/GitHub/esp-adf/components/esp-adf-libs
-- Current board name is CONFIG_ESP_LYRATD_MSC_V2_2_BOARD
-- Components: adf_utils app_trace app_update asio audio_board audio_hal audio_pipeline audio_sal audio_stream battery_service bluetooth_service bootloader bootloader_support bt clouds cmock coap console coredump_upload_service cxx display_service driver dueros_service efuse esp-adf-libs esp-sr esp-tls esp32 esp_actions esp_adc_cal esp_common esp_dispatcher esp_eth esp_event esp_event_cast 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_netif esp_peripherals esp_phy esp_pm esp_ringbuf esp_rom esp_serial_slave_link esp_system esp_timer esp_websocket_client esp_wifi espcoredump esptool_py expat fatfs freemodbus freertos hal heap idf_test ieee802154 input_key_service jsmn json log lwip main mbedtls mdns mqtt newlib nghttp nvs_flash openssl openthread ota_service partition_table perfmon playlist protobuf-c protocomm pthread sdmmc soc spi_flash spiffs tcp_transport tcpip_adapter tinyusb tone_partition ulp unity usb vfs wear_levelling wifi_provisioning wifi_service wpa_supplicant xtensa
-- Component paths: C:/Users/Subhendu/Documents/GitHub/esp-adf/components/adf_utils C:/Users/Subhendu/Documents/GitHub/esp-idf/components/app_trace C:/Users/Subhendu/Documents/GitHub/esp-idf/components/app_update C:/Users/Subhendu/Documents/GitHub/esp-idf/components/asio C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_board C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_hal C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_pipeline C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_sal C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_stream C:/Users/Subhendu/Documents/GitHub/esp-adf/components/battery_service C:/Users/Subhendu/Documents/GitHub/esp-adf/components/bluetooth_service C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bootloader C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bootloader_support C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bt C:/Users/Subhendu/Documents/GitHub/esp-adf/components/clouds C:/Users/Subhendu/Documents/GitHub/esp-idf/components/cmock C:/Users/Subhendu/Documents/GitHub/esp-idf/components/coap C:/Users/Subhendu/Documents/GitHub/esp-idf/components/console C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service C:/Users/Subhendu/Documents/GitHub/esp-idf/components/cxx C:/Users/Subhendu/Documents/GitHub/esp-adf/components/display_service C:/Users/Subhendu/Documents/GitHub/esp-idf/components/driver C:/Users/Subhendu/Documents/GitHub/esp-adf/components/dueros_service C:/Users/Subhendu/Documents/GitHub/esp-idf/components/efuse C:/Users/Subhendu/Documents/GitHub/esp-adf/components/esp-adf-libs C:/Users/Subhendu/Documents/GitHub/esp-adf/components/esp-sr C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp-tls C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp32 C:/Users/Subhendu/Documents/GitHub/esp-adf/components/esp_actions C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_adc_cal C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_common C:/Users/Subhendu/Documents/GitHub/esp-adf/components/esp_dispatcher C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_eth C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_event C:/Users/Subhendu/Documents/GitHub/esp-adf/components/esp_event_cast C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_gdbstub C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_hid C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_http_client C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_http_server C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_https_ota C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_https_server C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_hw_support C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_lcd C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_local_ctrl C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_netif C:/Users/Subhendu/Documents/GitHub/esp-adf/components/esp_peripherals C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_phy C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_pm C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_ringbuf C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_serial_slave_link C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_system C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_timer C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_websocket_client C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_wifi C:/Users/Subhendu/Documents/GitHub/esp-idf/components/espcoredump C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esptool_py C:/Users/Subhendu/Documents/GitHub/esp-idf/components/expat C:/Users/Subhendu/Documents/GitHub/esp-idf/components/fatfs C:/Users/Subhendu/Documents/GitHub/esp-idf/components/freemodbus C:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos C:/Users/Subhendu/Documents/GitHub/esp-idf/components/hal C:/Users/Subhendu/Documents/GitHub/esp-idf/components/heap C:/Users/Subhendu/Documents/GitHub/esp-idf/components/idf_test C:/Users/Subhendu/Documents/GitHub/esp-idf/components/ieee802154 C:/Users/Subhendu/Documents/GitHub/esp-adf/components/input_key_service C:/Users/Subhendu/Documents/GitHub/esp-idf/components/jsmn C:/Users/Subhendu/Documents/GitHub/esp-idf/components/json C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log C:/Users/Subhendu/Documents/GitHub/esp-idf/components/lwip C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/main C:/Users/Subhendu/Documents/GitHub/esp-idf/components/mbedtls C:/Users/Subhendu/Documents/GitHub/esp-idf/components/mdns C:/Users/Subhendu/Documents/GitHub/esp-idf/components/mqtt C:/Users/Subhendu/Documents/GitHub/esp-idf/components/newlib C:/Users/Subhendu/Documents/GitHub/esp-idf/components/nghttp C:/Users/Subhendu/Documents/GitHub/esp-idf/components/nvs_flash C:/Users/Subhendu/Documents/GitHub/esp-idf/components/openssl C:/Users/Subhendu/Documents/GitHub/esp-idf/components/openthread C:/Users/Subhendu/Documents/GitHub/esp-adf/components/ota_service C:/Users/Subhendu/Documents/GitHub/esp-idf/components/partition_table C:/Users/Subhendu/Documents/GitHub/esp-idf/components/perfmon C:/Users/Subhendu/Documents/GitHub/esp-adf/components/playlist C:/Users/Subhendu/Documents/GitHub/esp-idf/components/protobuf-c C:/Users/Subhendu/Documents/GitHub/esp-idf/components/protocomm C:/Users/Subhendu/Documents/GitHub/esp-idf/components/pthread C:/Users/Subhendu/Documents/GitHub/esp-idf/components/sdmmc C:/Users/Subhendu/Documents/GitHub/esp-idf/components/soc C:/Users/Subhendu/Documents/GitHub/esp-idf/components/spi_flash C:/Users/Subhendu/Documents/GitHub/esp-idf/components/spiffs C:/Users/Subhendu/Documents/GitHub/esp-idf/components/tcp_transport C:/Users/Subhendu/Documents/GitHub/esp-idf/components/tcpip_adapter C:/Users/Subhendu/Documents/GitHub/esp-idf/components/tinyusb C:/Users/Subhendu/Documents/GitHub/esp-adf/components/tone_partition C:/Users/Subhendu/Documents/GitHub/esp-idf/components/ulp C:/Users/Subhendu/Documents/GitHub/esp-idf/components/unity C:/Users/Subhendu/Documents/GitHub/esp-idf/components/usb C:/Users/Subhendu/Documents/GitHub/esp-idf/components/vfs C:/Users/Subhendu/Documents/GitHub/esp-idf/components/wear_levelling C:/Users/Subhendu/Documents/GitHub/esp-idf/components/wifi_provisioning C:/Users/Subhendu/Documents/GitHub/esp-adf/components/wifi_service C:/Users/Subhendu/Documents/GitHub/esp-idf/components/wpa_supplicant C:/Users/Subhendu/Documents/GitHub/esp-idf/components/xtensa
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/build
[8/1331] Generating ../../partition_table/partition-table.bin
Partition table binary generated. Contents:
*******************************************************************************
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,0x124f80,
*******************************************************************************
[414/1331] Performing configure step for 'bootloader'
-- Found Git: C:/Users/Subhendu/.espressif/tools/idf-git/2.30.1/cmd/git.exe (found version "2.30.1.windows.1")
-- The C compiler identification is GNU 8.4.0
-- The CXX compiler identification is GNU 8.4.0
-- The ASM compiler identification is GNU
-- Found assembler: C:/Users/Subhendu/.espressif/tools/xtensa-esp32-elf/esp-2021r2-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Users/Subhendu/.espressif/tools/xtensa-esp32-elf/esp-2021r2-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe - 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: C:/Users/Subhendu/.espressif/tools/xtensa-esp32-elf/esp-2021r2-8.4.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building ESP-IDF components for target esp32
-- Project sdkconfig file C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/sdkconfig
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld
-- Adding linker script C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.rom.ld
-- Components: bootloader bootloader_support efuse esp32 esp_common esp_hw_support esp_rom esp_system esptool_py freertos hal log main micro-ecc newlib partition_table soc spi_flash xtensa
-- Component paths: C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bootloader C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bootloader_support C:/Users/Subhendu/Documents/GitHub/esp-idf/components/efuse C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp32 C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_common C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_hw_support C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_system C:/Users/Subhendu/Documents/GitHub/esp-idf/components/esptool_py C:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos C:/Users/Subhendu/Documents/GitHub/esp-idf/components/hal C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bootloader/subproject/main C:/Users/Subhendu/Documents/GitHub/esp-idf/components/bootloader/subproject/components/micro-ecc C:/Users/Subhendu/Documents/GitHub/esp-idf/components/newlib C:/Users/Subhendu/Documents/GitHub/esp-idf/components/partition_table C:/Users/Subhendu/Documents/GitHub/esp-idf/components/soc C:/Users/Subhendu/Documents/GitHub/esp-idf/components/spi_flash C:/Users/Subhendu/Documents/GitHub/esp-idf/components/xtensa
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/build/bootloader
[568/1331] Performing build step for 'bootloader'
[1/97] Generating project_elf_src_esp32.c
[2/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj
[3/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj
[4/97] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj
[5/97] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/cpu_hal.c.obj
[6/97] Building C object esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj
[7/97] Building C object CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj
[8/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/soc_include_legacy_warn.c.obj
[9/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj
[10/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj
[11/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj
[12/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj
[13/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj
[14/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj
[15/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj
[16/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sigmadelta_periph.c.obj
[17/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj
[18/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj
[19/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj
[20/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj
[21/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj
[22/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj
[23/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj
[24/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj
[25/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj
[26/97] Building C object esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj
[27/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj
[28/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj
[29/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj
[30/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj
[31/97] Building C object esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp32/spi_flash_rom_patch.c.obj
[32/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj
[33/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj
[34/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj
[35/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash.c.obj
[36/97] Building C object esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj
[37/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj
[38/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj
[39/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj
[40/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse_esp32.c.obj
[41/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj
[42/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj
[43/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj
[44/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj
[45/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_qio_mode.c.obj
[46/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj
[47/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_flash_config_esp32.c.obj
[48/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj
[49/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj
[50/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj
[51/97] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj
[52/97] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj
[53/97] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj
[54/97] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj
[55/97] Building C object esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj
[56/97] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj
[57/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/compare_set.c.obj
[58/97] Building C object esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj
[59/97] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj
[60/97] Building C object esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api_key_esp32.c.obj
[61/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu_util.c.obj
[62/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_wdt.c.obj
[63/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj
[64/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_pm.c.obj
[65/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj
[66/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj
[67/97] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj
[68/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj
[69/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj
[70/97] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj
[71/97] Building C object esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj
[72/97] Building C object esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj
[73/97] Building C object esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj
[74/97] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj
[75/97] Building C object esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj
[76/97] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj
[77/97] Building ASM object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj
[78/97] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_tjpgd.c.obj
[79/97] Building C object esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj
[80/97] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj
[81/97] Building C object esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj
[82/97] Linking C static library esp-idf\log\liblog.a
[83/97] Linking C static library esp-idf\esp_rom\libesp_rom.a
[84/97] Linking C static library esp-idf\esp_common\libesp_common.a
[85/97] Linking C static library esp-idf\xtensa\libxtensa.a
[86/97] Linking C static library esp-idf\esp_hw_support\libesp_hw_support.a
[87/97] Linking C static library esp-idf\esp_system\libesp_system.a
[88/97] Linking C static library esp-idf\efuse\libefuse.a
[89/97] Linking C static library esp-idf\bootloader_support\libbootloader_support.a
[90/97] Linking C static library esp-idf\spi_flash\libspi_flash.a
[91/97] Linking C static library esp-idf\micro-ecc\libmicro-ecc.a
[92/97] Linking C static library esp-idf\soc\libsoc.a
[93/97] Linking C static library esp-idf\hal\libhal.a
[94/97] Linking C static library esp-idf\main\libmain.a
[95/97] Linking C executable bootloader.elf
[96/97] Generating binary image from built executable
esptool.py v3.3-dev
Merged 1 ELF section
Generated C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/build/bootloader/bootloader.bin
[97/97] cmd.exe /C "cd /D C:\Users\Subhendu\Documents\GitHub\esp-adf\examples\get-started\pipeline_a2dp_sink_and_hfp\build\bootloader\esp-idf\esptool_py && C:\Users\Subhendu\.espressif\python_env\idf5.0_py3.8_env\Scripts\python.exe C:/Users/Subhendu/Documents/GitHub/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp/build/bootloader/bootloader.bin"
Bootloader binary size 0x6350 bytes. 0xcb0 bytes (11%) free.
[1175/1331] Building C object esp-idf/audio_sal/CMakeFiles/__idf_audio_sal.dir/audio_thread.c.obj
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_sal/audio_thread.c: In function 'audio_thread_create':
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_sal/audio_thread.c:71:64: warning: passing argument 2 of 'xTaskCreateRestrictedPinnedToCore' from incompatible pointer type [-Wincompatible-pointer-types]
if (xTaskCreateRestrictedPinnedToCore(&xRegParameters, (xTaskHandle)p_handle, core_id) != pdPASS) {
^~~~~~~~~~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_sal/audio_thread.c:36:130: note: expected 'struct tskTaskControlBlock **' but argument is of type 'struct tskTaskControlBlock *'
BaseType_t __attribute__((weak)) xTaskCreateRestrictedPinnedToCore(const TaskParameters_t *const pxTaskDefinition, TaskHandle_t *pxCreatedTask, const BaseType_t xCoreID)
~~~~~~~~~~~~~~^~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_sal/audio_thread.c:76:72: warning: passing argument 6 of 'xTaskCreatePinnedToCore' from incompatible pointer type [-Wincompatible-pointer-types]
if (xTaskCreatePinnedToCore(main_func, name, stack, arg, prio, (xTaskHandle)p_handle, core_id) != pdPASS) {
^~~~~~~~~~~~~~~~~~~~~
In file included from C:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos/queue.h:41,
from C:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos/semphr.h:34,
from C:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_sal/audio_thread.c:26:
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos/task.h:346:62: note: expected 'struct tskTaskControlBlock ** const' but argument is of type 'struct tskTaskControlBlock *'
TaskHandle_t * const pvCreatedTask,
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
[1270/1331] Building C object esp-idf/coredump_upload_serv..._coredump_upload_service.dir/coredump_upload_service.c.obj
FAILED: esp-idf/coredump_upload_service/CMakeFiles/__idf_coredump_upload_service.dir/coredump_upload_service.c.obj
ccache C:\Users\Subhendu\.espressif\tools\xtensa-esp32-elf\esp-2021r2-8.4.0\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe -DADF_VER=\"v2.3-165-gd88f318\" -DHAVE_CONFIG_H -Iconfig -IC:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/newlib/platform_include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/freertos/esp_additions/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_hw_support/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_hw_support/include/soc -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/heap/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/lwip/include/apps -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/lwip/include/apps/sntp -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/lwip/lwip/src/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/lwip/port/esp32/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/lwip/port/esp32/include/arch -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/soc/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/soc/esp32/. -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/soc/esp32/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/hal/esp32/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/hal/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/hal/platform_port/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/include/esp32 -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_rom/esp32 -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_common/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_system/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_system/port/soc -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_system/port/include/private -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp32/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/xtensa/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/xtensa/esp32/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/driver/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/driver/esp32/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/driver/deprecated -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_pm/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_ringbuf/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/efuse/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/efuse/esp32/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/vfs/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_wifi/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_event/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_netif/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_eth/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/tcpip_adapter/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_phy/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_phy/esp32/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/app_trace/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_timer/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/esp_http_client/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/nghttp/port/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/nghttp/nghttp2/lib/includes -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/espcoredump/include -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/Subhendu/Documents/GitHub/esp-idf/components/spi_flash/include -IC:/Users/Subhendu/Documents/GitHub/esp-adf/components/audio_sal/include -IC:/Users/Subhendu/Documents/GitHub/esp-adf/components/esp_dispatcher/include -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -ggdb -mlongcalls -Wno-frame-address -Og -fmacro-prefix-map=C:/Users/Subhendu/Documents/GitHub/esp-adf/examples/get-started/pipeline_a2dp_sink_and_hfp=. -fmacro-prefix-map=C:/Users/Subhendu/Documents/GitHub/esp-idf=/IDF -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -std=gnu99 -Wno-old-style-declaration -D_GNU_SOURCE -DIDF_VER=\"v5.0-dev-741-g1c82e6eac7-dirty\" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -MD -MT esp-idf/coredump_upload_service/CMakeFiles/__idf_coredump_upload_service.dir/coredump_upload_service.c.obj -MF esp-idf\coredump_upload_service\CMakeFiles\__idf_coredump_upload_service.dir\coredump_upload_service.c.obj.d -o esp-idf/coredump_upload_service/CMakeFiles/__idf_coredump_upload_service.dir/coredump_upload_service.c.obj -c C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c
In file included from C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c:33:
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c: In function 'coredump_do_http_post':
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:277:27: error: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Werror=format=]
#define LOG_COLOR(COLOR) "\033[0;" COLOR "m"
^~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:280:27: note: in expansion of macro 'LOG_COLOR'
#define LOG_COLOR_E LOG_COLOR(LOG_COLOR_RED)
^~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:294:37: note: in expansion of macro 'LOG_COLOR_E'
#define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%u) %s: " format LOG_RESET_COLOR "\n"
^~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:423:86: note: in expansion of macro 'LOG_FORMAT'
if (level==ESP_LOG_ERROR ) { esp_log_write(ESP_LOG_ERROR, tag, LOG_FORMAT(E, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \
^~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:445:41: note: in expansion of macro 'ESP_LOG_LEVEL'
if ( LOG_LOCAL_LEVEL >= level ) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \
^~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:355:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL'
#define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c:97:9: note: in expansion of macro 'ESP_LOGI'
ESP_LOGI(TAG, "HTTP GET Status = %d, content_length = %d", response, esp_http_client_get_content_length(http_client));
^~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:277:27: error: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Werror=format=]
#define LOG_COLOR(COLOR) "\033[0;" COLOR "m"
^~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:281:27: note: in expansion of macro 'LOG_COLOR'
#define LOG_COLOR_W LOG_COLOR(LOG_COLOR_BROWN)
^~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:294:37: note: in expansion of macro 'LOG_COLOR_W'
#define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%u) %s: " format LOG_RESET_COLOR "\n"
^~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:424:86: note: in expansion of macro 'LOG_FORMAT'
else if (level==ESP_LOG_WARN ) { esp_log_write(ESP_LOG_WARN, tag, LOG_FORMAT(W, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \
^~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:445:41: note: in expansion of macro 'ESP_LOG_LEVEL'
if ( LOG_LOCAL_LEVEL >= level ) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \
^~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:355:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL'
#define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c:97:9: note: in expansion of macro 'ESP_LOGI'
ESP_LOGI(TAG, "HTTP GET Status = %d, content_length = %d", response, esp_http_client_get_content_length(http_client));
^~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c:97:1: error: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Werror=format=]
ESP_LOGI(TAG, "HTTP GET Status = %d, content_length = %d", response, esp_http_client_get_content_length(http_client));
^ ~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:294:59: note: in definition of macro 'LOG_FORMAT'
#define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%u) %s: " format LOG_RESET_COLOR "\n"
^~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:445:41: note: in expansion of macro 'ESP_LOG_LEVEL'
if ( LOG_LOCAL_LEVEL >= level ) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \
^~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:355:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL'
#define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c:97:9: note: in expansion of macro 'ESP_LOGI'
ESP_LOGI(TAG, "HTTP GET Status = %d, content_length = %d", response, esp_http_client_get_content_length(http_client));
^~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c:97:1: error: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Werror=format=]
ESP_LOGI(TAG, "HTTP GET Status = %d, content_length = %d", response, esp_http_client_get_content_length(http_client));
^ ~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:294:59: note: in definition of macro 'LOG_FORMAT'
#define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%u) %s: " format LOG_RESET_COLOR "\n"
^~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:445:41: note: in expansion of macro 'ESP_LOG_LEVEL'
if ( LOG_LOCAL_LEVEL >= level ) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \
^~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:355:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL'
#define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c:97:9: note: in expansion of macro 'ESP_LOGI'
ESP_LOGI(TAG, "HTTP GET Status = %d, content_length = %d", response, esp_http_client_get_content_length(http_client));
^~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:277:27: error: format '%d' expects argument of type 'int', but argument 7 has type 'int64_t' {aka 'long long int'} [-Werror=format=]
#define LOG_COLOR(COLOR) "\033[0;" COLOR "m"
^~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:282:27: note: in expansion of macro 'LOG_COLOR'
#define LOG_COLOR_I LOG_COLOR(LOG_COLOR_GREEN)
^~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:294:37: note: in expansion of macro 'LOG_COLOR_I'
#define LOG_FORMAT(letter, format) LOG_COLOR_ ## letter #letter " (%u) %s: " format LOG_RESET_COLOR "\n"
^~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:427:86: note: in expansion of macro 'LOG_FORMAT'
else { esp_log_write(ESP_LOG_INFO, tag, LOG_FORMAT(I, format), esp_log_timestamp(), tag, ##__VA_ARGS__); } \
^~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:445:41: note: in expansion of macro 'ESP_LOG_LEVEL'
if ( LOG_LOCAL_LEVEL >= level ) ESP_LOG_LEVEL(level, tag, format, ##__VA_ARGS__); \
^~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-idf/components/log/include/esp_log.h:355:38: note: in expansion of macro 'ESP_LOG_LEVEL_LOCAL'
#define ESP_LOGI( tag, format, ... ) ESP_LOG_LEVEL_LOCAL(ESP_LOG_INFO, tag, format, ##__VA_ARGS__)
^~~~~~~~~~~~~~~~~~~
C:/Users/Subhendu/Documents/GitHub/esp-adf/components/coredump_upload_service/coredump_upload_service.c:97:9: note: in expansion of macro 'ESP_LOGI'
ESP_LOGI(TAG, "HTTP GET Status = %d, content_length = %d", response, esp_http_client_get_content_length(http_client));
^~~~~~~~
cc1.exe: some warnings being treated as errors
[1275/1331] Building C object esp-idf/playlist/CMakeFiles/__idf_playlist.dir/playlist_operator/flash_list.c.obj
ninja: build stopped: subcommand failed.
ninja failed with exit code 1

Can Anyone help me on this...
Thank You!!!

MokkoMotto
Posts: 2
Joined: Thu Dec 09, 2021 3:21 pm

Re: Build issue/pipeline_a2dp_sink_and_hfp

Postby MokkoMotto » Thu Jan 20, 2022 5:23 am

Hello Everyone,
I'd you to close this open un-answered issue.
This problem is resolved, I did a fresh installation of IDF-Toolsuite V3.3 and added ESP-ADF V2.3, the build was successful. however the demo does works with absurd audio output... trying to resolve.. Thank You

Who is online

Users browsing this forum: No registered users and 27 guests