Title: CMake Configuration Error in NCS 2.9.0 (nrf_dm_testing)

Description:

Hello,

I am trying to build my project nrf_dm_testing using NCS 2.9.0, but I am encountering a CMake configuration error. The error message is as follows:

swift
CopyEdit
-- Configuring incomplete, errors occurred!
CMake Error at cmake/modules/sysbuild_extensions.cmake:514 (message): CMake configuration failed for the Zephyr project: nrf_dm_testing Location: D:/USHA/test_projects/nordic/nrf_dm_testing Call Stack (most recent call first):
cmake/modules/sysbuild_images.cmake:20 (ExternalZephyrProject_Cmake)
cmake/modules/sysbuild_default.cmake:20 (include)
C:/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
C:/ncs/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
C:/ncs/v2.9.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include) template/CMakeLists.txt:10 (find_package)

Additional Details:

  • I am using Windows with the NCS toolchain installed.
  • I am using CMake and Ninja to build the project.
  • The CMakeOutput.log file does not provide clear information on the root cause
Related