hello_dect sample can't be built using cmake

Hi. I can't build the hello_dect example using cmake, the build process is failed with the following error:

In file included from /home/cybermag/ncs/nrf/modules/trusted-firmware-m/tfm_boards/partition/region_defs.h:10,
                 from /home/cybermag/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/common/gcc/tfm_common_s.ld:25:
/home/cybermag/ncs/nrf/modules/trusted-firmware-m/tfm_boards/partition/flash_layout.h:10:10: fatal error: pm_config.h: No such file or directory
   10 | #include <pm_config.h>
      |          ^~~~~~~~~~~~~
compilation terminated.


Steps which lead to that behavior:
1. go to nrf/samples/dect/dect_phy/hello_dect
2. Add  set(BOARD "nrf9151dk/nrf9151/ns") to CMakeLists.txt (I want to build non secure firmware)
3. cmake -S . -B build
4. cmake --build build

can you give me some advice how to fix it?

BTW, I can build the sample using west:
west build -b nrf9151dk_nrf9151 -p always -- -DEXTRA_CONF_FILE=overlay-eu.conf -DBOARD=nrf9151dk/nrf9151/ns

but I need working cmake for my project.

  • Hi,

     

    Try this, and please share the full output if it still fails:

    mkdir build
    cd build
    cmake .. -DBOARD=nrf9151dk/nrf9151/ns -DEXTRA_CONF_FILE=your-added-conf-file -GNinja
    ninja

     

    kirill.neznamov said:
    FYI: Version of nrf sdk is 2.9.99.

    I recommend that you try on a tagged version of ncs, for instance v2.9.1.

     

    Kind regards,

    Håkon

  • Unfortunetly I have to use sdk from main branch.
    I've tried to build using your recommendations but the build still fails.
    Here are the output:

    ```
    (.python3_venv) cybermag@dectnr:~/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build$ cmake .. -DBOARD=nrf9151dk/nrf9151/ns -DEXTRA_CONF_FILE=overlay-eu.conf -GNinja
    Loading Zephyr default modules (Zephyr base).
    -- Application: /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect
    -- CMake version: 3.28.3
    -- Found Python3: /home/cybermag/dectnr/platform/.python3_venv/bin/python (found suitable version "3.12.3", minimum required is "3.10") found components: Interpreter
    -- Cache files will be written to: /home/cybermag/.cache/zephyr
    -- Zephyr version: 4.0.99 (/home/cybermag/work/ncs/zephyr)
    -- Found west (found suitable version "1.3.0", minimum required is "0.14.0")
    -- Board: nrf9151dk, qualifiers: nrf9151/ns
    -- Found host-tools: zephyr 0.16.9 (/home/cybermag/work/ncs/zephyr-sdk-0.16.9)
    -- Found toolchain: zephyr 0.16.9 (/home/cybermag/work/ncs/zephyr-sdk-0.16.9)
    -- Found Dtc: /home/cybermag/work/ncs/zephyr-sdk-0.16.9/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
    -- Found BOARD.dts: /home/cybermag/work/ncs/zephyr/boards/nordic/nrf9151dk/nrf9151dk_nrf9151_ns.dts
    -- Generated zephyr.dts: /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/zephyr/zephyr.dts
    -- Generated pickled edt: /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/zephyr/edt.pickle
    -- Generated zephyr.dts: /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/zephyr/dts.cmake

    warning: Experimental symbol NRF_MODEM_LINK_BINARY_DECT_PHY is enabled.

    Parsing /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/Kconfig
    Loaded configuration '/home/cybermag/work/ncs/zephyr/boards/nordic/nrf9151dk/nrf9151dk_nrf9151_ns_defconfig'
    Merged configuration '/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/prj.conf'
    Merged configuration '/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/overlay-eu.conf'
    Configuration saved to '/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/zephyr/.config'
    Kconfig header saved to '/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: /home/cybermag/work/ncs/zephyr-sdk-0.16.9/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version "2.38")
    -- The C compiler identification is GNU 12.2.0
    -- The CXX compiler identification is GNU 12.2.0
    -- The ASM compiler identification is GNU
    -- Found assembler: /home/cybermag/work/ncs/zephyr-sdk-0.16.9/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
    =========== Generating psa_crypto_config ===============
    Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
    Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
    Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
    Backup: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
    Backup: CONFIG_MBEDTLS_THREADING: False
    Backup: CONFIG_MBEDTLS_THREADING_ALT: False
    =========== Checkpoint: backup ===============
    Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
    Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
    Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
    Restore: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
    Restore: CONFIG_MBEDTLS_THREADING: False
    Restore: CONFIG_MBEDTLS_THREADING_ALT: False
    =========== End psa_crypto_config ===============
    =========== Generating psa_crypto_library_config ===============
    Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
    Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
    Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
    Backup: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
    Backup: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
    Backup: CONFIG_MBEDTLS_THREADING: False
    Backup: CONFIG_MBEDTLS_THREADING_ALT: False
    =========== Checkpoint: backup ===============
    Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
    Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
    Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
    Restore: CONFIG_MBEDTLS_USE_PSA_CRYPTO: True
    Restore: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
    Restore: CONFIG_MBEDTLS_THREADING: False
    Restore: CONFIG_MBEDTLS_THREADING_ALT: False
    =========== End psa_crypto_library_config ===============
    -- Using ccache: /usr/bin/ccache
    -- Configuring done (5.2s)
    -- Generating done (0.1s)
    -- Build files have been written to: /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build

    (.python3_venv) cybermag@dectnr:~/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build$ ninja
    [1/243] Preparing syscall dependency handling

    [6/243] Generating include/generated/zephyr/version.h
    -- Zephyr version: 4.0.99 (/home/cybermag/work/ncs/zephyr), build: v3.7.99-ncs2-rc1-7775-g6ec9d10bc881
    [12/243] Generating ../../tfm/CMakeCache.txt
    -- Found Git: /usr/bin/git (found version "2.43.0")
    -- The C compiler identification is GNU 12.2.0
    -- The CXX compiler identification is GNU 12.2.0
    -- The ASM compiler identification is GNU
    -- Found assembler: /home/cybermag/work/ncs/zephyr-sdk-0.16.9/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
    -- Found Python3: /home/cybermag/dectnr/platform/.python3_venv/bin/python (found version "3.12.3") found components: Interpreter
    -- Found Python3: /home/cybermag/dectnr/platform/.python3_venv/bin/python (found suitable version "3.12.3", minimum required is "3.10") found components: Interpreter
    -- Cache files will be written to: /home/cybermag/.cache/zephyr
    -- Configuring done (0.7s)
    -- Generating done (0.0s)
    -- Build files have been written to: /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm
    [17/243] Performing build step for 'tfm'
    [2/138] Building C object secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o
    FAILED: secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o
    /home/cybermag/work/ncs/zephyr-sdk-0.16.9/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -DBL1_HEADER_SIZE=0x000 -DBL1_TRAILER_SIZE=0x000 -DBL2_HEADER_SIZE=0x000 -DBL2_TRAILER_SIZE=0x000 -DCONFIG_TFM_FLOAT_ABI=0 -DCONFIG_TFM_USE_TRUSTZONE -DCRYPTO_HW_ACCELERATOR -DDAUTH_CHIP_DEFAULT -DINSIDE_TFM_BUILD -DMBEDTLS_CONFIG_FILE=\"nrf-config.h\" -DMBEDTLS_PSA_CRYPTO_CONFIG_FILE=\"nrf-psa-crypto-config.h\" -DMBEDTLS_PSA_CRYPTO_DRIVERS -DMCUBOOT_IMAGE_NUMBER=1 -DNRF9120_XXAA -DNRF91_SERIES -DNRF_ALLOW_NON_SECURE_FAULT_HANDLING -DNRF_ALLOW_NON_SECURE_RESET -DNRF_CONFIG_CPU_FREQ_MHZ=128 -DNRF_NS_STORAGE -DNRF_SECURE_UART_INSTANCE=1 -DNRF_SKIP_FICR_NS_COPY_TO_RAM -DPLATFORM_DEFAULT_BL1 -DPLATFORM_NS_NV_COUNTERS=0 -DPROJECT_CONFIG_HEADER_FILE=\"/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/modules/nrf/modules/trusted-firmware-m/tfm_config.h\" -DPS_CRYPTO_AEAD_ALG_CCM -DPS_ENCRYPTION -DSECURE_UART1 -DTFM_EXCEPTION_INFO_DUMP -DTFM_FIH_PROFILE_OFF -DTFM_INTERNAL_TRUSTED_STORAGE_SERVICE_SID=0x00000070 -DTFM_ISOLATION_LEVEL=1 -DTFM_PARTITION_CRYPTO -DTFM_PARTITION_LOG_LEVEL=TFM_PARTITION_LOG_LEVEL_SILENCE -DTFM_PARTITION_NS_AGENT_TZ -DTFM_PARTITION_PLATFORM -DTFM_SPM_LOG_LEVEL=TFM_SPM_LOG_LEVEL_INFO -DTFM_SPM_LOG_RAW_ENABLED -D__NRF_TFM__ -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/include -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/core -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/core/arch -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include/boot -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include/interface -I/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/generated/secure_fw/partitions/crypto -I/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/generated/secure_fw/partitions/platform -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/. -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/native_drivers -I/home/cybermag/work/ncs/modules/hal/nordic/nrfx -I/home/cybermag/work/ncs/modules/hal/nordic/nrfx/mdk -I/home/cybermag/work/ncs/modules/hal/nordic/nrfx/drivers/include -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/common -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/.. -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/services/include -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/nrf91/. -I/home/cybermag/work/ncs/nrf/modules/trusted-firmware-m/tfm_boards/include -I/home/cybermag/work/ncs/nrf/modules/trusted-firmware-m/tfm_boards/partition -I/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/../zephyr/include/generated -I/home/cybermag/work/ncs/nrf/modules/trusted-firmware-m/tfm_boards/board -I/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/../zephyr/misc/generated/syscalls_links/include -I/home/cybermag/work/ncs/zephyr/include -I/home/cybermag/work/ncs/nrf/modules/trusted-firmware-m/tfm_boards/services/include -I/home/cybermag/work/ncs/nrf/include -I/home/cybermag/work/ncs/nrf/include/tfm -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/accelerator/interface -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/../secure_fw/spm/include/private -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/common -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/driver -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/include -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/config -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/crypto -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/firmware_update -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/initial_attestation -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/internal_trusted_storage -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/platform -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/protected_storage -I/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/generated/interface/include -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/crypto/../../../platform/include -I/home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/generated/interface_nrf_security_psa -I/home/cybermag/work/ncs/nrf/subsys/nrf_security/include -I/home/cybermag/work/ncs/modules/crypto/oberon-psa-crypto/include -I/home/cybermag/work/ncs/nrf/subsys/nrf_security/src/utils -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/lib/fih/inc -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/cmsis/CMSIS/Core/Include -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/ext/cmsis/CMSIS/Core/Include/m-profile -I/home/cybermag/work/ncs/modules/crypto/oberon-psa-crypto/library -I/home/cybermag/work/ncs/modules/crypto/mbedtls/library -I/home/cybermag/work/ncs/modules/crypto/mbedtls/include -I/home/cybermag/work/ncs/modules/crypto/mbedtls/include/library -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/interface/include -I/home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/lib/runtime/include -mcpu=cortex-m33+nofp -Os -DNDEBUG -specs=nano.specs -specs=nosys.specs -Wall -Wno-format -Wno-return-type -Wno-unused-but-set-variable -c -fdata-sections -ffunction-sections -fno-builtin -fshort-enums -funsigned-char -mthumb -std=c99 -gdwarf-4 -g -mfloat-abi=soft -mcmse -Wno-unused-value -include /home/cybermag/work/ncs/modules/tee/tf-m/trusted-firmware-m/platform/include/cmsis_override.h -MD -MT secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o -MF secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o.d -o secure_fw/CMakeFiles/tfm_s.dir/__/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.o -c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.c
    In file included from /home/cybermag/work/ncs/nrf/modules/trusted-firmware-m/tfm_boards/partition/region_defs.h:10,
                     from /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.c:17:
    /home/cybermag/work/ncs/nrf/modules/trusted-firmware-m/tfm_boards/partition/flash_layout.h:10:10: fatal error: pm_config.h: No such file or directory
       10 | #include <pm_config.h>
          |          ^~~~~~~~~~~~~
    compilation terminated.
    [7/138] Building C object secure_fw/CMakeFiles/tfm_s.dir/partitions/ns_agent_tz/psa_api_veneers_v80m.o
    ninja: build stopped: subcommand failed.
    FAILED: modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-build tfm/bin/tfm_s.elf tfm/bin/tfm_s.bin tfm/bin/tfm_s.hex tfm/bin/tfm_s_signed.bin tfm/bin/tfm_s_ns_signed.bin tfm/api_ns/interface/lib/s_veneers.o tfm/api_ns/interface/src/tfm_attest_api.c tfm/api_ns/interface/src/tfm_crypto_api.c tfm/api_ns/interface/src/tfm_fwu_api.c tfm/api_ns/interface/src/tfm_its_api.c tfm/api_ns/interface/src/tfm_platform_api.c tfm/api_ns/interface/src/tfm_ps_api.c tfm/api_ns/interface/src/tfm_tz_psa_ns_api.c tfm/api_ns/interface/src/tfm_ioctl_core_ns_api.c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-build /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/bin/tfm_s.elf /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/bin/tfm_s.bin /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/bin/tfm_s.hex /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/bin/tfm_s_signed.bin /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/bin/tfm_s_ns_signed.bin /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/lib/s_veneers.o /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/src/tfm_attest_api.c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/src/tfm_crypto_api.c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/src/tfm_fwu_api.c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/src/tfm_its_api.c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/src/tfm_platform_api.c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/src/tfm_ps_api.c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/src/tfm_tz_psa_ns_api.c /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/api_ns/interface/src/tfm_ioctl_core_ns_api.c
    cd /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm && /usr/bin/cmake --build .
    ninja: build stopped: subcommand failed.


    ```

  • Hi,

     

    I get the same if I use cmake directly on main:

    kirill.neznamov said:
    /home/cybermag/work/ncs/nrf/samples/dect/dect_phy/hello_dect/build/tfm/generated/secure_fw/partitions/crypto/auto_generated/load_info_tfm_crypto.c:17:
    /home/cybermag/work/ncs/nrf/modules/trusted-firmware-m/tfm_boards/partition/flash_layout.h:10:10: fatal error: pm_config.h: No such file or directory
       10 | #include <pm_config.h>
          |          ^~~~~~~~~~~~~

    This is the same error message that is emitted if you use west with nosysbuild:

    west build -b nrf9151dk/nrf9151/ns -d build  --no-sysbuild

    I would suggest that you use west for the moment, given that you are already using the tip of main,

     

    Kind regards,

    Håkon

Related