Error when compiling application with NSC v3.0.1 and CONFIG_BT_LL_SOFTDEVICE=n

Hi, 

I recently updated Nordic connect SDK and toolchain from v2.7.0 to v3.0.1. When compiling my application with activated CONFIG_BT_LL_SOFTDEVICE flag, I get this error message:

c:/ncs/toolchains/0b393f9e1b/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: zephyr/subsys/bluetooth/host/libsubsys__bluetooth__host.a(hci_core.c.obj):(.data.bt_dev+0x170): undefined reference to `__device_dts_ord_112'
collect2.exe: error: ld returned 1 exit status
 

When setting the CONFIG flag to "no" it compiles as expected. When using v2.7.0 I also had the flag set to "no" and it worked. Are there any related changes in the new version? I didn't find anything about it in the Migration guides. 

Best regards,

Christian

Related