Undefined reference to __dw_drivers_start in STM32CubeIDE project with DWM3000 and DWM3xxx API

I’m encountering an error when compiling my STM32CubeIDE project that uses the DWM3000 with the DWM3xxx API. The error message is: deca_compat.c:(.text.dwt_probe+0x8c): undefined reference to __dw_drivers_start. I’ve already checked the Qorvo forum post https://forum.qorvo.com/t/dwm3000-with-stm32l433-undefined-reference-in-library/13217/3 and followed the instructions to configure my project in CubeIDE, including setting the correct library paths and definitions. Despite this, I’m still getting the error. Can anyone help me resolve this issue or provide additional troubleshooting steps to identify the root cause of the problem?