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
- I am using the Lesson 9 exercise 5 sample
https://github.com/NordicDeveloperAcademy/ncs-inter/tree/main/l9/l9_e5_sol - I did not have this issue when I last built with 2.7.0 sdk.
- I have also carefully followed instructions from the intermediate course.
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-5-fota-over-bluetooth-low-energy/ - I am building for bl54l15_dvk/nrf54l15/cpuapp
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!