NRF54L15 - CMAKE error

Hello Team,

Working on nrf54l15 using NCS SDK version 3.0.2 and tool chain version 3.0.2
Currently facing error while build. Following is the error

CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message):
CMake configure failed for Zephyr project: CODE

Location: D:/Projects/HERMIT_NRF/hermit_nrf/CODE
Call Stack (most recent call first):
cmake/modules/sysbuild_images.cmake:43 (ExternalZephyrProject_Cmake)
cmake/modules/sysbuild_default.cmake:21 (include)
C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
C:/ncs/v3.0.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
C:/ncs/v3.0.2/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
template/CMakeLists.txt:10 (find_package)


-- Configuring incomplete, errors occurred!

Kindly guide to resolve this error.

Parents Reply Children
  • Hi,

    Maybe your SDK got broken while updating for some reason.

    Can you try to uninstall the SDK, and reinstall it? (you may want to pull it from our mainland China servers using the command "nrfutil sdk-manager install v3.2.1 --region cn". It might be faster)

    Also, be sure to make a backup before removing, so that you don't lose anything.

    Tell me if it works after a fresh installation.

    Best regards,

    Simon D-M

Related