My project builds fine in versions previous to 2.0.0. However, in 2.0.0 I'm getting an undefined reference. Any ideas where to look to track this one down?
/opt/nordic/ncs/toolchains/v2.0.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/libzephyr.a(sync_rtc.c.obj): in function `mbox_rx_init':
/opt/nordic/ncs/v2.0.0/zephyr/soc/arm/nordic_nrf/nrf53/sync_rtc.c:238: undefined reference to `__device_dts_ord_19'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /opt/nordic/ncs/toolchains/v2.0.0/bin/cmake --build /Users/denis/sandbox/itamar/loopv2_band_fw/applications/loop/build
The terminal process terminated with exit code: 1.