Code Monkey home page Code Monkey logo

Comments (15)

asuivelentine avatar asuivelentine commented on June 28, 2024 3

Hi WallGeorg,
the build configuration seems to be broken.
Finally I found a way to build this example. However I'm a new user and not sure if this is the correct / niciest solution.

What I've done:

  • Navigate to port/esp32/a2dp_source_demo/components/btstack
  • open component.mk
  • change COMPONENT_ADD_INCLUDEDIRS and COMPONENT_SRCDIRS to:
COMPONENT_ADD_INCLUDEDIRS := \
	${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/include \
	${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/include \
	${BTSTACK_ROOT}/3rd-party/hxcmod-player \
	${BTSTACK_ROOT}/3rd-party/hxcmod-player/mods \
	$(BTSTACK_ROOT)/src/ble/gatt-service \
	$(BTSTACK_ROOT)/src/ble \
	$(BTSTACK_ROOT)/src/classic \
	$(BTSTACK_ROOT)/src \
	$(BTSTACK_ROOT)/platform/embedded \
	$(BTSTACK_ROOT)/platform/freertos \
	include \

COMPONENT_SRCDIRS := \
	${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/srce \
	${BTSTACK_ROOT}/3rd-party/bluedroid/encoder/srce \
	${BTSTACK_ROOT}/3rd-party/hxcmod-player \
	${BTSTACK_ROOT}/3rd-party/hxcmod-player/mods \
	$(BTSTACK_ROOT)/src \
	$(BTSTACK_ROOT)/src/ble/gatt-service \
	$(BTSTACK_ROOT)/src/ble \
	$(BTSTACK_ROOT)/src/classic \
	$(BTSTACK_ROOT)/platform/freertos \
	. \

best regards, asui

from btstack.

WallGeorg avatar WallGeorg commented on June 28, 2024

Hello. Asuivelentine .
Thanks for your answer.
I have done compile a2dp_source_demo as your offer.
6
7
Is this right?
I want to connect esp32 to Phone(iPhone or Android).
But I can't it,

Could you help me?
Best regards

from btstack.

mringwal avatar mringwal commented on June 28, 2024

@asuivelentine Thanks for updating the source and include paths. It's 100% correct. I've updated the component.mk for the master and develop branches just now.

from btstack.

mringwal avatar mringwal commented on June 28, 2024

@WallGeorg Now that you have the a2dp_source_demo running, you'd like to connect to it. Unfortunately, none of the common systems (iOS, Android, Windows, macOS) support the Audio Sink role to test it. You would need to use a headset/loudspeaker to test it. However, these usually don't have a UI to trigger a connect. We'll look into at least update the demo to auto-connect to a fixed address.

from btstack.

ahsan-kaukab avatar ahsan-kaukab commented on June 28, 2024

i am running the make command and the following error occurred

C:\2\SDM-32-F411\btstack\port\stm32-f4discovery-cc256x>make

arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hxcmod.d" -Wa,-a,-ad,-alms=build/hxcmod.lst ../../3rd-party/hxcmod-player/hxcmod.c -o build/hxcmod.o
make: *** [build/hxcmod.o] Error -1073741502

from btstack.

mringwal avatar mringwal commented on June 28, 2024

from btstack.

ahsan-kaukab avatar ahsan-kaukab commented on June 28, 2024

Thanks, @mringwal for the help, I have compiled the make file in mingw shell but it gives me another error as attached
Error: 127

Ahsan@DESKTOP-LDLV1LG /c/2/SDM-32-F411/btstack/port/stm32-f4discovery-cc256x

arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hxcmod.d" -Wa,-a,-ad,-alms=build/hxcmod.lst ../../3rd-party/hxcmod-player/hxcmod.c -o build/hxcmod.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/nao-deceased_by_disease.d" -Wa,-a,-ad,-alms=build/nao-deceased_by_disease.lst ../../3rd-party/hxcmod-player/mods/nao-deceased_by_disease.c -o build/nao-deceased_by_disease.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/uECC.d" -Wa,-a,-ad,-alms=build/uECC.lst ../../3rd-party/micro-ecc/uECC.c -o build/uECC.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/SEGGER_RTT.d" -Wa,-a,-ad,-alms=build/SEGGER_RTT.lst ../../3rd-party/segger-rtt/SEGGER_RTT.c -o build/SEGGER_RTT.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/SEGGER_RTT_Syscalls_GCC.d" -Wa,-a,-ad,-alms=build/SEGGER_RTT_Syscalls_GCC.lst ../../3rd-party/segger-rtt/SEGGER_RTT_Syscalls_GCC.c -o build/SEGGER_RTT_Syscalls_GCC.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/yxml.d" -Wa,-a,-ad,-alms=build/yxml.lst ../../3rd-party/yxml/yxml.c -o build/yxml.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/md5.d" -Wa,-a,-ad,-alms=build/md5.lst ../../3rd-party/md5/md5.c -o build/md5.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_chipset_cc256x.d" -Wa,-a,-ad,-alms=build/btstack_chipset_cc256x.lst ../../chipset/cc256x/btstack_chipset_cc256x.c -o build/btstack_chipset_cc256x.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/sco_demo_util.d" -Wa,-a,-ad,-alms=build/sco_demo_util.lst ../../example/sco_demo_util.c -o build/sco_demo_util.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_audio_embedded.d" -Wa,-a,-ad,-alms=build/btstack_audio_embedded.lst ../../platform/embedded/btstack_audio_embedded.c -o build/btstack_audio_embedded.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_run_loop_embedded.d" -Wa,-a,-ad,-alms=build/btstack_run_loop_embedded.lst ../../platform/embedded/btstack_run_loop_embedded.c -o build/btstack_run_loop_embedded.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_stdin_embedded.d" -Wa,-a,-ad,-alms=build/btstack_stdin_embedded.lst ../../platform/embedded/btstack_stdin_embedded.c -o build/btstack_stdin_embedded.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_tlv_flash_bank.d" -Wa,-a,-ad,-alms=build/btstack_tlv_flash_bank.lst ../../platform/embedded/btstack_tlv_flash_bank.c -o build/btstack_tlv_flash_bank.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_uart_block_embedded.d" -Wa,-a,-ad,-alms=build/btstack_uart_block_embedded.lst ../../platform/embedded/btstack_uart_block_embedded.c -o build/btstack_uart_block_embedded.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/ad_parser.d" -Wa,-a,-ad,-alms=build/ad_parser.lst ../../src/ad_parser.c -o build/ad_parser.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/ancs_client.d" -Wa,-a,-ad,-alms=build/ancs_client.lst ../../src/ble/ancs_client.c -o build/ancs_client.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/att_db.d" -Wa,-a,-ad,-alms=build/att_db.lst ../../src/ble/att_db.c -o build/att_db.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/att_dispatch.d" -Wa,-a,-ad,-alms=build/att_dispatch.lst ../../src/ble/att_dispatch.c -o build/att_dispatch.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/att_server.d" -Wa,-a,-ad,-alms=build/att_server.lst ../../src/ble/att_server.c -o build/att_server.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/battery_service_server.d" -Wa,-a,-ad,-alms=build/battery_service_server.lst ../../src/ble/gatt-service/battery_service_server.c -o build/battery_service_server.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/device_information_service_server.d" -Wa,-a,-ad,-alms=build/device_information_service_server.lst ../../src/ble/gatt-service/device_information_service_server.c -o build/device_information_service_server.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hids_device.d" -Wa,-a,-ad,-alms=build/hids_device.lst ../../src/ble/gatt-service/hids_device.c -o build/hids_device.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/gatt_client.d" -Wa,-a,-ad,-alms=build/gatt_client.lst ../../src/ble/gatt_client.c -o build/gatt_client.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/le_device_db_memory.d" -Wa,-a,-ad,-alms=build/le_device_db_memory.lst ../../src/ble/le_device_db_memory.c -o build/le_device_db_memory.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/le_device_db_tlv.d" -Wa,-a,-ad,-alms=build/le_device_db_tlv.lst ../../src/ble/le_device_db_tlv.c -o build/le_device_db_tlv.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/sm.d" -Wa,-a,-ad,-alms=build/sm.lst ../../src/ble/sm.c -o build/sm.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_audio.d" -Wa,-a,-ad,-alms=build/btstack_audio.lst ../../src/btstack_audio.c -o build/btstack_audio.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_crypto.d" -Wa,-a,-ad,-alms=build/btstack_crypto.lst ../../src/btstack_crypto.c -o build/btstack_crypto.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_hid_parser.d" -Wa,-a,-ad,-alms=build/btstack_hid_parser.lst ../../src/btstack_hid_parser.c -o build/btstack_hid_parser.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_linked_list.d" -Wa,-a,-ad,-alms=build/btstack_linked_list.lst ../../src/btstack_linked_list.c -o build/btstack_linked_list.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_memory.d" -Wa,-a,-ad,-alms=build/btstack_memory.lst ../../src/btstack_memory.c -o build/btstack_memory.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_memory_pool.d" -Wa,-a,-ad,-alms=build/btstack_memory_pool.lst ../../src/btstack_memory_pool.c -o build/btstack_memory_pool.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_resample.d" -Wa,-a,-ad,-alms=build/btstack_resample.lst ../../src/btstack_resample.c -o build/btstack_resample.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_ring_buffer.d" -Wa,-a,-ad,-alms=build/btstack_ring_buffer.lst ../../src/btstack_ring_buffer.c -o build/btstack_ring_buffer.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_run_loop.d" -Wa,-a,-ad,-alms=build/btstack_run_loop.lst ../../src/btstack_run_loop.c -o build/btstack_run_loop.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_tlv.d" -Wa,-a,-ad,-alms=build/btstack_tlv.lst ../../src/btstack_tlv.c -o build/btstack_tlv.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_util.d" -Wa,-a,-ad,-alms=build/btstack_util.lst ../../src/btstack_util.c -o build/btstack_util.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/a2dp_sink.d" -Wa,-a,-ad,-alms=build/a2dp_sink.lst ../../src/classic/a2dp_sink.c -o build/a2dp_sink.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/a2dp_source.d" -Wa,-a,-ad,-alms=build/a2dp_source.lst ../../src/classic/a2dp_source.c -o build/a2dp_source.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avdtp.d" -Wa,-a,-ad,-alms=build/avdtp.lst ../../src/classic/avdtp.c -o build/avdtp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avdtp_acceptor.d" -Wa,-a,-ad,-alms=build/avdtp_acceptor.lst ../../src/classic/avdtp_acceptor.c -o build/avdtp_acceptor.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avdtp_initiator.d" -Wa,-a,-ad,-alms=build/avdtp_initiator.lst ../../src/classic/avdtp_initiator.c -o build/avdtp_initiator.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avdtp_sink.d" -Wa,-a,-ad,-alms=build/avdtp_sink.lst ../../src/classic/avdtp_sink.c -o build/avdtp_sink.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avdtp_source.d" -Wa,-a,-ad,-alms=build/avdtp_source.lst ../../src/classic/avdtp_source.c -o build/avdtp_source.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avdtp_util.d" -Wa,-a,-ad,-alms=build/avdtp_util.lst ../../src/classic/avdtp_util.c -o build/avdtp_util.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avrcp.d" -Wa,-a,-ad,-alms=build/avrcp.lst ../../src/classic/avrcp.c -o build/avrcp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avrcp_browsing_controller.d" -Wa,-a,-ad,-alms=build/avrcp_browsing_controller.lst ../../src/classic/avrcp_browsing_controller.c -o build/avrcp_browsing_controller.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avrcp_controller.d" -Wa,-a,-ad,-alms=build/avrcp_controller.lst ../../src/classic/avrcp_controller.c -o build/avrcp_controller.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avrcp_media_item_iterator.d" -Wa,-a,-ad,-alms=build/avrcp_media_item_iterator.lst ../../src/classic/avrcp_media_item_iterator.c -o build/avrcp_media_item_iterator.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/avrcp_target.d" -Wa,-a,-ad,-alms=build/avrcp_target.lst ../../src/classic/avrcp_target.c -o build/avrcp_target.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/bnep.d" -Wa,-a,-ad,-alms=build/bnep.lst ../../src/classic/bnep.c -o build/bnep.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_cvsd_plc.d" -Wa,-a,-ad,-alms=build/btstack_cvsd_plc.lst ../../src/classic/btstack_cvsd_plc.c -o build/btstack_cvsd_plc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_link_key_db_tlv.d" -Wa,-a,-ad,-alms=build/btstack_link_key_db_tlv.lst ../../src/classic/btstack_link_key_db_tlv.c -o build/btstack_link_key_db_tlv.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_sbc_decoder_bluedroid.d" -Wa,-a,-ad,-alms=build/btstack_sbc_decoder_bluedroid.lst ../../src/classic/btstack_sbc_decoder_bluedroid.c -o build/btstack_sbc_decoder_bluedroid.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_sbc_encoder_bluedroid.d" -Wa,-a,-ad,-alms=build/btstack_sbc_encoder_bluedroid.lst ../../src/classic/btstack_sbc_encoder_bluedroid.c -o build/btstack_sbc_encoder_bluedroid.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/btstack_sbc_plc.d" -Wa,-a,-ad,-alms=build/btstack_sbc_plc.lst ../../src/classic/btstack_sbc_plc.c -o build/btstack_sbc_plc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/device_id_server.d" -Wa,-a,-ad,-alms=build/device_id_server.lst ../../src/classic/device_id_server.c -o build/device_id_server.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/goep_client.d" -Wa,-a,-ad,-alms=build/goep_client.lst ../../src/classic/goep_client.c -o build/goep_client.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hfp.d" -Wa,-a,-ad,-alms=build/hfp.lst ../../src/classic/hfp.c -o build/hfp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hfp_ag.d" -Wa,-a,-ad,-alms=build/hfp_ag.lst ../../src/classic/hfp_ag.c -o build/hfp_ag.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hfp_gsm_model.d" -Wa,-a,-ad,-alms=build/hfp_gsm_model.lst ../../src/classic/hfp_gsm_model.c -o build/hfp_gsm_model.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hfp_hf.d" -Wa,-a,-ad,-alms=build/hfp_hf.lst ../../src/classic/hfp_hf.c -o build/hfp_hf.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hfp_msbc.d" -Wa,-a,-ad,-alms=build/hfp_msbc.lst ../../src/classic/hfp_msbc.c -o build/hfp_msbc.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hid_device.d" -Wa,-a,-ad,-alms=build/hid_device.lst ../../src/classic/hid_device.c -o build/hid_device.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hid_host.d" -Wa,-a,-ad,-alms=build/hid_host.lst ../../src/classic/hid_host.c -o build/hid_host.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hsp_ag.d" -Wa,-a,-ad,-alms=build/hsp_ag.lst ../../src/classic/hsp_ag.c -o build/hsp_ag.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hsp_hs.d" -Wa,-a,-ad,-alms=build/hsp_hs.lst ../../src/classic/hsp_hs.c -o build/hsp_hs.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/obex_iterator.d" -Wa,-a,-ad,-alms=build/obex_iterator.lst ../../src/classic/obex_iterator.c -o build/obex_iterator.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/obex_message_builder.d" -Wa,-a,-ad,-alms=build/obex_message_builder.lst ../../src/classic/obex_message_builder.c -o build/obex_message_builder.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/pan.d" -Wa,-a,-ad,-alms=build/pan.lst ../../src/classic/pan.c -o build/pan.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/pbap_client.d" -Wa,-a,-ad,-alms=build/pbap_client.lst ../../src/classic/pbap_client.c -o build/pbap_client.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/rfcomm.d" -Wa,-a,-ad,-alms=build/rfcomm.lst ../../src/classic/rfcomm.c -o build/rfcomm.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/sdp_client.d" -Wa,-a,-ad,-alms=build/sdp_client.lst ../../src/classic/sdp_client.c -o build/sdp_client.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/sdp_client_rfcomm.d" -Wa,-a,-ad,-alms=build/sdp_client_rfcomm.lst ../../src/classic/sdp_client_rfcomm.c -o build/sdp_client_rfcomm.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/sdp_server.d" -Wa,-a,-ad,-alms=build/sdp_server.lst ../../src/classic/sdp_server.c -o build/sdp_server.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/sdp_util.d" -Wa,-a,-ad,-alms=build/sdp_util.lst ../../src/classic/sdp_util.c -o build/sdp_util.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/spp_server.d" -Wa,-a,-ad,-alms=build/spp_server.lst ../../src/classic/spp_server.c -o build/spp_server.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hci.d" -Wa,-a,-ad,-alms=build/hci.lst ../../src/hci.c -o build/hci.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hci_cmd.d" -Wa,-a,-ad,-alms=build/hci_cmd.lst ../../src/hci_cmd.c -o build/hci_cmd.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hci_dump.d" -Wa,-a,-ad,-alms=build/hci_dump.lst ../../src/hci_dump.c -o build/hci_dump.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/hci_transport_h4.d" -Wa,-a,-ad,-alms=build/hci_transport_h4.lst ../../src/hci_transport_h4.c -o build/hci_transport_h4.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/l2cap.d" -Wa,-a,-ad,-alms=build/l2cap.lst ../../src/l2cap.c -o build/l2cap.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/l2cap_signaling.d" -Wa,-a,-ad,-alms=build/l2cap_signaling.lst ../../src/l2cap_signaling.c -o build/l2cap_signaling.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/def.d" -Wa,-a,-ad,-alms=build/def.lst ../../3rd-party/lwip/core/src/core/def.c -o build/def.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/inet_chksum.d" -Wa,-a,-ad,-alms=build/inet_chksum.lst ../../3rd-party/lwip/core/src/core/inet_chksum.c -o build/inet_chksum.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/init.d" -Wa,-a,-ad,-alms=build/init.lst ../../3rd-party/lwip/core/src/core/init.c -o build/init.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/ip.d" -Wa,-a,-ad,-alms=build/ip.lst ../../3rd-party/lwip/core/src/core/ip.c -o build/ip.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/mem.d" -Wa,-a,-ad,-alms=build/mem.lst ../../3rd-party/lwip/core/src/core/mem.c -o build/mem.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/memp.d" -Wa,-a,-ad,-alms=build/memp.lst ../../3rd-party/lwip/core/src/core/memp.c -o build/memp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/netif.d" -Wa,-a,-ad,-alms=build/netif.lst ../../3rd-party/lwip/core/src/core/netif.c -o build/netif.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/pbuf.d" -Wa,-a,-ad,-alms=build/pbuf.lst ../../3rd-party/lwip/core/src/core/pbuf.c -o build/pbuf.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/tcp.d" -Wa,-a,-ad,-alms=build/tcp.lst ../../3rd-party/lwip/core/src/core/tcp.c -o build/tcp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/tcp_in.d" -Wa,-a,-ad,-alms=build/tcp_in.lst ../../3rd-party/lwip/core/src/core/tcp_in.c -o build/tcp_in.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/tcp_out.d" -Wa,-a,-ad,-alms=build/tcp_out.lst ../../3rd-party/lwip/core/src/core/tcp_out.c -o build/tcp_out.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/timeouts.d" -Wa,-a,-ad,-alms=build/timeouts.lst ../../3rd-party/lwip/core/src/core/timeouts.c -o build/timeouts.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/udp.d" -Wa,-a,-ad,-alms=build/udp.lst ../../3rd-party/lwip/core/src/core/udp.c -o build/udp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/acd.d" -Wa,-a,-ad,-alms=build/acd.lst ../../3rd-party/lwip/core/src/core/ipv4/acd.c -o build/acd.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/dhcp.d" -Wa,-a,-ad,-alms=build/dhcp.lst ../../3rd-party/lwip/core/src/core/ipv4/dhcp.c -o build/dhcp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/etharp.d" -Wa,-a,-ad,-alms=build/etharp.lst ../../3rd-party/lwip/core/src/core/ipv4/etharp.c -o build/etharp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/icmp.d" -Wa,-a,-ad,-alms=build/icmp.lst ../../3rd-party/lwip/core/src/core/ipv4/icmp.c -o build/icmp.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/ip4.d" -Wa,-a,-ad,-alms=build/ip4.lst ../../3rd-party/lwip/core/src/core/ipv4/ip4.c -o build/ip4.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/ip4_addr.d" -Wa,-a,-ad,-alms=build/ip4_addr.lst ../../3rd-party/lwip/core/src/core/ipv4/ip4_addr.c -o build/ip4_addr.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/ip4_frag.d" -Wa,-a,-ad,-alms=build/ip4_frag.lst ../../3rd-party/lwip/core/src/core/ipv4/ip4_frag.c -o build/ip4_frag.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/ethernet.d" -Wa,-a,-ad,-alms=build/ethernet.lst ../../3rd-party/lwip/core/src/netif/ethernet.c -o build/ethernet.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/altcp_proxyconnect.d" -Wa,-a,-ad,-alms=build/altcp_proxyconnect.lst ../../3rd-party/lwip/core/src/apps/http/altcp_proxyconnect.c -o build/altcp_proxyconnect.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/fs.d" -Wa,-a,-ad,-alms=build/fs.lst ../../3rd-party/lwip/core/src/apps/http/fs.c -o build/fs.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/httpd.d" -Wa,-a,-ad,-alms=build/httpd.lst ../../3rd-party/lwip/core/src/apps/http/httpd.c -o build/httpd.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/dhserver.d" -Wa,-a,-ad,-alms=build/dhserver.lst ../../3rd-party/lwip/dhcp-server/dhserver.c -o build/dhserver.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/sys_arch.d" -Wa,-a,-ad,-alms=build/sys_arch.lst ../../platform/lwip/port/sys_arch.c -o build/sys_arch.o
arm-none-eabi-gcc -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -DUSE_HAL_DRIVER -DSTM32F407xx -IInc -IDrivers/STM32F4xx_HAL_Driver/Inc -IDrivers/STM32F4xx_HAL_Driver/Inc/Legacy -IDrivers/CMSIS/Device/ST/STM32F4xx/Include -IDrivers/CMSIS/Include -Ibuild -I../../src/ble -I../../src/ble/gatt-service -I../../src/classic -I../../src -I../../3rd-party/micro-ecc -I../../3rd-party/bluedroid/decoder/include -I../../3rd-party/bluedroid/encoder/include -I../../3rd-party/hxcmod-player -I../../3rd-party/hxcmod-player/mods -I../../3rd-party/lwip/core/src/include -I../../3rd-party/lwip/dhcp-server -I../../3rd-party/md5 -I../../3rd-party/yxml -I../../3rd-party/segger-rtt -I../../platform/embedded -I../../platform/lwip -I../../platform/lwip/port -I../../chipset/cc256x -I Drivers/STM32F4xx_HAL_Driver/Inc -I bsp -I pdm -I port -I src -Os -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/bnep_lwip.d" -Wa,-a,-ad,-alms=build/bnep_lwip.lst ../../platform/lwip/bnep_lwip.c -o build/bnep_lwip.o
echo "Downloading cc256xb_bt_sp_v1.8.zip"
Downloading cc256xb_bt_sp_v1.8.zip
Extracting cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_bt_spec_4.1.bts
make: unzip: Command not found
make: *** [cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_bt_spec_4.1.bts] Error 127

from btstack.

mringwal avatar mringwal commented on June 28, 2024

please read the last two lines of the output

from btstack.

ahsan-kaukab avatar ahsan-kaukab commented on June 28, 2024

I have unzip the file manually but still
make: *** [cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_bt_spec_4.1.bts] Error 127
remained on its point.

Then I observed that the path the make command is trying to read is [cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_bt_spec_4.1.bts] but actual path was [cc256xb_bt_sp_v1.8/CC256XB_BT_SP/v1.8//initscripts-TIInit_6.7.16_bt_spec_4.1.bts] so I changed it to required one but still the issue remains the same.

from btstack.

ahsan-kaukab avatar ahsan-kaukab commented on June 28, 2024

I have tried to run make file in ubuntu (Windows Partition) but the same issue encountered:

Extracting cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_bt_spec_4.1.bts
Extracting cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_ble_add-on.bts
make: unzip: Command not found
make: unzip: Command not found
make: *** [../../chipset/cc256x/Makefile.inc:109: cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_bt_spec_4.1.bts] Error 127
make: *** [../../chipset/cc256x/Makefile.inc:114: cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_ble_add-on.bts] Error 127

@mringwal please help me solve this issue.

from btstack.

mringwal avatar mringwal commented on June 28, 2024

from btstack.

ahsan-kaukab avatar ahsan-kaukab commented on June 28, 2024

i have installed the unzip. Now I got this error:

Extracting cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_bt_spec_4.1.bts
Extracting cc256xb_bt_sp_v1.8/initscripts-TIInit_6.7.16_ble_add-on.bts
Creating bluetooth_init_cc2564B_1.8_BT_Spec_4.1.c
/usr/bin/env: ‘python3\r’: No such file or directory
make: *** [../../chipset/cc256x/Makefile.inc:274: bluetooth_init_cc2564B_1.8_BT_Spec_4.1.c] Error 127

from btstack.

mringwal avatar mringwal commented on June 28, 2024

If you don't have python3 installed, please install it. If python3 is installed, then it looks like the line endings in the Makefile is wrong.

Please clone BTstack using git from the ubuntu and try again

from btstack.

ahsan-kaukab avatar ahsan-kaukab commented on June 28, 2024

I am running gatt_streamer_server example with bluetooth stack (STM32-F411) and i am getting the following error:

To start the streaming, please run the le_streamer_client example on other device, or use some GATT Explorer, e.g. LightBlue, BLExplr.
[00:00:00.000] LOG -- btstack_crypto.c.952: more ecc random
[00:00:00.000] LOG -- btstack_crypto.c.952: more ecc random
[00:00:00.000] LOG -- btstack_crypto.c.952: more ecc random
[00:00:00.000] LOG -- btstack_crypto.c.952: more ecc random
[00:00:00.000] LOG -- btstack_crypto.c.952: more ecc random
[00:00:00.000] LOG -- btstack_crypto.c.952: more ecc random
[00:00:00.000] LOG -- btstack_crypto.c.952: more ecc random
[00:00:00.000] LOG -- btstack_crypto.c.521: set uECC RNG for initial key generation with 64 random bytes
[00:00:00.000] LOG -- btstack_crypto.c.497: sm_generate_f_rng: size 32 - offset 0
[00:00:00.000] LOG -- btstack_crypto.c.487: Elliptic curve: X
[00:00:00.000] LOG -- btstack_util.c.250: 0x81, 0x3D, 0xA8, 0x03, 0xE8, 0x80, 0xDF, 0xA0, 0x76, 0xA0, 0xBA, 0xAA, 0x8D, 0x71, 0x5B, 0xBB,
[00:00:00.000] LOG -- btstack_util.c.250: 0x3E, 0xAA, 0x04, 0xE0, 0x4E, 0xF3, 0xAE, 0xB0, 0x84, 0x11, 0x4C, 0x35, 0x11, 0xA6, 0x5E, 0xDC,
[00:00:00.000] LOG -- btstack_crypto.c.489: Elliptic curve: Y
[00:00:00.000] LOG -- btstack_util.c.250: 0x7C, 0xDE, 0x28, 0xF4, 0x6D, 0x2C, 0x74, 0xB2, 0x87, 0xDC, 0x97, 0x62, 0x60, 0xDF, 0x7F, 0xD1,
[00:00:00.000] LOG -- btstack_util.c.250: 0x2C, 0x35, 0xD8, 0x01, 0xEB, 0x90, 0xFA, 0xF8, 0x3C, 0x3F, 0x31, 0x05, 0x34, 0x46, 0x48, 0x74,
[00:00:00.000] LOG -- btstack_util.c.290: irk 89F6C0518602133791928F43FC0B7B80
[00:00:00.000] LOG -- sm.c.2045: DKG_CALC_DHK started
[00:00:00.000] LOG -- btstack_util.c.290: dhk 3C8668FC9117D65F049A1449F8329A57
[00:00:00.000] LOG -- hci.c.2192: LE Connection_complete (status=0) type 1, 52:C5:88:80:EE:96
[00:00:00.000] LOG -- hci.c.194: create_connection_for_addr 52:C5:88:80:EE:96, type 1
[00:00:00.000] LOG -- sm.c.3468: sm: connected

  • LE Connection 0401: connected - connection interval 48.75 ms, latency 0
  • LE Connection 0401: request 15 ms connection interval
    [00:00:00.000] LOG -- hci.c.856: acl_handler called with non-registered handle 1025!
  • LE Connection 0401: connection update - connection interval 7.50 ms, latency 0
    [00:00:00.000] LOG -- hci.c.856: acl_handler called with non-registered handle 1025!
    [00:00:00.000] LOG -- hci.c.856: acl_handler called with non-registered handle 1025!
  • LE Connection 0401: disconnect, reason 13

My port_main is as follow:
void port_main(void){

 btstack_memory_init();
    btstack_run_loop_init(btstack_run_loop_embedded_get_instance());

	// hci_dump_open( NULL, HCI_DUMP_STDOUT );

	// init HCI
    hci_init(hci_transport_h4_instance(btstack_uart_block_embedded_instance()), (void*) &config);
    hci_set_chipset(btstack_chipset_cc256x_instance());

    // setup TLV Flash Sector implementation
    const hal_flash_bank_t * hal_flash_bank_impl = hal_flash_bank_stm32_init_instance(
    		&hal_flash_bank_context,
    		HAL_FLASH_BANK_SIZE,
			HAL_FLASH_BANK_0_SECTOR,
			HAL_FLASH_BANK_1_SECTOR,
			HAL_FLASH_BANK_0_ADDR,
			HAL_FLASH_BANK_1_ADDR);
    const btstack_tlv_t * btstack_tlv_impl = btstack_tlv_flash_bank_init_instance(
    		&btstack_tlv_flash_bank_context,
			hal_flash_bank_impl,
			&hal_flash_bank_context);

//
// // setup global tlv
btstack_tlv_set_instance(btstack_tlv_impl, &btstack_tlv_flash_bank_context);

    // setup Link Key DB using TLV
    const btstack_link_key_db_t * btstack_link_key_db = btstack_link_key_db_tlv_get_instance(btstack_tlv_impl, &btstack_tlv_flash_bank_context);
    hci_set_link_key_db(btstack_link_key_db);

    // setup LE Device DB using TLV
    le_device_db_tlv_configure(btstack_tlv_impl, &btstack_tlv_flash_bank_context);

#ifdef HAVE_HAL_AUDIO
// setup audio
btstack_audio_sink_set_instance(btstack_audio_embedded_sink_get_instance());
btstack_audio_source_set_instance(btstack_audio_embedded_source_get_instance());
#endif

hci_set_chipset(btstack_chipset_cc256x_instance());
	// hand over to btstack embedded code
    btstack_main(0, NULL);

    // go
    btstack_run_loop_execute();

}

from btstack.

mringwal avatar mringwal commented on June 28, 2024

Please post on the mailing list (see project page).

from btstack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.