CI compilation issue on board [email protected]_stm32h747xx_m7 in bluetooth test #87270
Open
Description
Describe the bug
There is a compilation issue occurring in the CI pipeline for the board [email protected]_stm32h747xx_m7 in bluetooth test.
This issue is blocking the progress of my PR and needs to be addressed to ensure the CI pipeline runs smoothly and the PR can be merged.
PR link: #86100
How to reproduce:
west build -p -b [email protected]/stm32h747xx/m7 tests/bluetooth/classic/sdp_c -T sdp.c
Logs and console output
[366/371] Linking C executable zephyr/zephyr_pre0.elf
FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map /__w/zephyr/zephyr/twister-out/[email protected]_stm32h747xx_m7/zephyr/tests/bluetooth/classic/sdp_c/sdp.c/zephyr/zephyr_pre0.map
: && ccache /opt/toolchains/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -gdwarf-4 zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj -o zephyr/zephyr_pre0.elf zephyr/CMakeFiles/offsets.dir/./arch/arm/core/offsets/offsets.c.obj -T zephyr/linker_zephyr_pre0.cmd -Wl,-Map=/__w/zephyr/zephyr/twister-out/[email protected]_stm32h747xx_m7/zephyr/tests/bluetooth/classic/sdp_c/sdp.c/zephyr/zephyr_pre0.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/common/libarch__common.a zephyr/arch/arch/arm/core/libarch__arm__core.a zephyr/arch/arch/arm/core/cortex_m/libarch__arm__core__cortex_m.a zephyr/arch/arch/arm/core/mpu/libarch__arm__core__mpu.a zephyr/lib/libc/picolibc/liblib__libc__picolibc.a zephyr/lib/libc/common/liblib__libc__common.a zephyr/lib/posix/options/liblib__posix__options.a zephyr/lib/net_buf/liblib__net_buf.a zephyr/boards/arduino/portenta_h7/libboards__arduino__portenta_h7.a zephyr/subsys/random/libsubsys__random.a zephyr/subsys/testsuite/ztest
/opt/toolchains/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/drivers/bluetooth/libdrivers__bluetooth.a(h4_ifx_cyw43xxx.c.obj): in function `bt_h4_vnd_setup':
/__w/zephyr/zephyr/drivers/bluetooth/hci/h4_ifx_cyw43xxx.c:221: undefined reference to `brcm_patch_ram_length'
/opt/toolchains/zephyr-sdk-0.17.0/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: /__w/zephyr/zephyr/drivers/bluetooth/hci/h4_ifx_cyw43xxx.c:221: undefined reference to `brcm_patchram_buf'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.