sysbuild/DFU OTA build error: undefined reference to '__device_dts_ord_116'

Hi,

I'd like to raise this issue I am having with the v3.0.1 sdk wherein the final build stages I get the message attached 

FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map <path>/zephyr_pre0.map
cmd.exe /C "cd . && <toolchain path>/arm-zephyr-eabi-gcc.exe -gdwarf-4 \
zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj \
-o zephyr/zephyr_pre0.elf \
zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj \
-T zephyr/linker_zephyr_pre0.cmd \
-Wl,-Map=<path>/zephyr_pre0.map \
-Wl,--whole-archive app/libapp.a zephyr/libzephyr.a ... \
-Wl,--no-whole-archive zephyr/kernel/libkernel.a \
-L<build path> -lgcc && \
cmd.exe /C "cd /D <path>/mcuboot/zephyr && cmake -E true""

ld.bfd.exe: zephyr/drivers/flash/libdrivers__flash.a(spi_nor.c.obj): \
(.rodata.spi_nor_0_config+0x0): undefined reference to `__device_dts_ord_116'

collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

If anybody has advice for this issue, that would be greatly appreciated. 

Thanks!

Parents Reply Children
No Data
Related