I'm trying to migrate my project to NCS 2.0.0 but having an issue like below:
c:/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.exe: zephyr/libzephyr.a(ipc_rpmsg_static_vrings.c.obj):(.data.backend_config_0+0xc): undefined reference to `__device_dts_ord_20'
c:/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.exe: zephyr/libzephyr.a(ipc_rpmsg_static_vrings.c.obj):(.data.backend_config_0+0x14): undefined reference to `__device_dts_ord_20'
Since the error is related to the toolchain, I have no idea how to start solving it.
I have no problem compiling in the previous SDK