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
Parents Reply
  • i have some facing issues 

    : MPSL ASSERT: 106, 520
    E: ***** HARD FAULT *****
    E: Fault escalation (see below)
    E: ARCH_EXCEPT with reason 3

    E: r0/a1: 0x00000003 r1/a2: 0x00000000 r2/a3: 0x00000001
    E: r3/a4: 0x00000003 r12/ip: 0x00000000 r14/lr: 0x000336cb
    E: xpsr: 0x21000018
    E: s[ 0]: 0x00000000 s[ 1]: 0x00000000 s[ 2]: 0x00000000 s[ 3]: 0x00000000
    E: s[ 4]: 0x00000000 s[ 5]: 0x00000000 s[ 6]: 0x00000000 s[ 7]: 0x00000000
    E: s[ 8]: 0x00000000 s[ 9]: 0x00000000 s[10]: 0x00000000 s[11]: 0x00000000
    E: s[12]: 0x00000000 s[13]: 0x00000000 s[14]: 0x00000000 s[15]: 0x00000000
    E: fpscr: 0x00000000
    E: Faulting instruction address (r15/pc): 0x000336da
    E: >>> ZEPHYR FATAL ERROR 3: Kernel oops on CPU 0
    E: Fault during interrupt handling

    E: Current thread: 0x1c075 (unknown)
    E: Resetting system*** Booting nRF Connect SDK v2.9.0-7787b2649840 ***
    *** Using Zephyr OS v3.7.99-1f8f3dc29142 ***
    Starting Distance Measurement example
    I: SoftDevice Controller build revision:
    I: 2d 79 a1 c8 6a 40 b7 3c |-y..j@.<
    I: f6 74 f9 0b 22 d3 c4 80 |.t.."...
    I: 74 72 82 ba |tr..
    I: HW Platform: Nordic Semiconductor (0x0002)
    I: HW Variant: nRF52x (0x0002)
    I: Firmware: Standard Bluetooth controller (0x00) Version 45.41337 Build 3074452168
    I: Identity: E6:C8:86:06:55:9B (random)
    I: HCI: version 6.0 (0x0e) revision 0x106b, manufacturer 0x0059
    I: LMP: version 6.0 (0x0e) subver 0x106b
    DM Bluetooth LE Synchronization initialization

Children
Related