So as per your error, you have to modify your linker file in MDK to introduce the section for the uwb chip driver.
Look to the “.ld” file in Qorvo code or in SES project xml linker file.
Because the libraries in Qorvo compiled with EABI, they are compatible across all ARM Cortex M compilers, which supports EABI.
I remember someone on the forum did this exercise for IAR complier