nrf9160 nrf_cloud_rest_fota sample error in SDK2.9.0

I have develop a FOTA code in SDK2.5.0 base on \nrf\samples\cellular\nrf_cloud_rest_fota example, everything work.

and recently I try to update to SDK2.9.0, and first testing \nrf\samples\cellular\nrf_cloud_rest_fota example, it has compile error without any change after install

is there any idea or error in this SDK?

Best Regards

Dannis

Parents
  • Hi Dannis,

    Which board do you use?

    Did you make any modifications to the nrf_cloud_rest_fota sample?

    Can you provide your complete build log?

    Best regards,
    Dejan

  •  *  Executing task: nRF Connect: Build [pristine]: nrf_cloud_rest_fota/build 
    
    Building nrf_cloud_rest_fota
    C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota --pristine --board nrf9160dk/nrf9160/ns --sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -DCONF_FILE=c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/prj.conf -DEXTRA_CONF_FILE=overlay_fota_test.conf -DBOARD_ROOT=c:\ncs1\v2.9.0\nrf\samples\cellular\nrf_cloud_rest_fota"
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160/ns
    Parsing c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/Kconfig.sysbuild
    Loaded configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/_sysbuild/empty.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/_sysbuild/empty.conf'
    Merged configuration 'c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/sysbuild.conf'
    Configuration saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/zephyr/.config'
    Kconfig header saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/_sysbuild/autoconf.h'
    -- 
       *****************************
       * Running CMake for mcuboot *
       *****************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs1/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.overlay
    -- Found devicetree overlay: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/sysbuild/mcuboot/app.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/dts.cmake
    
    warning: MBEDTLS_CFG_FILE (defined at C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr/Kconfig:385,
    C:/ncs1/v2.9.0/nrf\subsys\nrf_security/Kconfig:66, C:/ncs1/v2.9.0/zephyr/modules/mbedtls/Kconfig:58,
    modules\mbedtls\Kconfig:58) was assigned the value 'mcuboot-mbedtls-cfg.h' but got the value ''.
    Check these unsatisfied dependencies: (MBEDTLS || NRF_SECURITY || (MBEDTLS_BUILTIN && MBEDTLS) ||
    (MBEDTLS_BUILTIN && MBEDTLS && 0)) (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MBEDTLS_CFG_FILE and/or look up
    MBEDTLS_CFG_FILE in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.
    
    Parsing C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr/Kconfig
    Loaded configuration 'C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_defconfig'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/sysbuild/mcuboot/prj.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/modules/mcuboot/tfm.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/modules/mcuboot/fih_low_enable.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/subsys/bootloader/image/log_minimal.conf'
    Merged configuration 'C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr/external_crypto.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/.config.sysbuild'
    Configuration saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/.config'
    Kconfig header saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Setting build type to 'MinSizeRel' as none was specified.
    MCUBoot bootloader key file: C:/ncs1/v2.9.0/bootloader/mcuboot/root-ec-p256.pem
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot
    -- 
       ************************
       * Running CMake for b0 *
       ************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs1/v2.9.0/nrf/samples/bootloader
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs1/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/dts.cmake
    Parsing C:/ncs1/v2.9.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_defconfig'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/bootloader/prj.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/.config.sysbuild'
    Configuration saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/.config'
    Kconfig header saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Setting build type to 'MinSizeRel' as none was specified.
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0
    -- 
       *****************************************
       * Running CMake for nrf_cloud_rest_fota *
       *****************************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160/ns
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs1/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Found devicetree overlay: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/dts.cmake
    
    warning: Experimental symbol POSIX_ASYNCHRONOUS_IO is enabled.
    
    
    warning: Experimental symbol POSIX_DEVICE_IO is enabled.
    
    
    warning: Experimental symbol POSIX_FD_MGMT is enabled.
    
    
    warning: Experimental symbol POSIX_MULTI_PROCESS is enabled.
    
    
    warning: Experimental symbol POSIX_REALTIME_SIGNALS is enabled.
    
    
    warning: Experimental symbol POSIX_SIGNALS is enabled.
    
    Parsing C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/Kconfig
    Loaded configuration 'C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_defconfig'
    Merged configuration 'c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/prj.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/overlay_fota_test.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config.sysbuild'
    Configuration saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config'
    Kconfig header saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    =========== 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 ===============
    -- Setting build type to 'MinSizeRel' as none was specified.
    -- Including signing script: C:/ncs1/v2.9.0/nrf/cmake/sysbuild/image_signing.cmake
    CMake Warning at C:/ncs1/v2.9.0/zephyr/CMakeLists.txt:2133 (message):
      __ASSERT() statements are globally ENABLED
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota
    -- 
       ******************************
       * Running CMake for s1_image *
       ******************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs1/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.overlay
    -- Found devicetree overlay: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/sysbuild/mcuboot/app.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/s1_image/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/s1_image/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/s1_image/zephyr/dts.cmake
    -- Found GnuLd: c:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Setting build type to 'MinSizeRel' as none was specified.
    MCUBoot bootloader key file: C:/ncs1/v2.9.0/bootloader/mcuboot/root-ec-p256.pem
    -- Configuring done
    -- Generating done
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        EXTRA_KCONFIG_TARGETS
        FORCED_CONF_FILE
    
    
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/s1_image
    CMake Warning at C:/ncs1/v2.9.0/nrf/cmake/sysbuild/debug_keys.cmake:21 (message):
      
    
          --------------------------------------------------------------
          --- WARNING: Using generated NSIB public/private key-pair. ---
          --- It should not be used for production.                  ---
          --- See SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE             ---
          --------------------------------------------------------------
          
    
    Call Stack (most recent call first):
      C:/ncs1/v2.9.0/nrf/cmake/sysbuild/provision_hex.cmake:11 (include)
      C:/ncs1/v2.9.0/nrf/sysbuild/CMakeLists.txt:55 (include)
      C:/ncs1/v2.9.0/nrf/sysbuild/CMakeLists.txt:667 (include_provision_hex)
      cmake/modules/sysbuild_extensions.cmake:583 (nrf_POST_CMAKE)
      cmake/modules/sysbuild_extensions.cmake:583 (cmake_language)
      cmake/modules/sysbuild_images.cmake:23 (sysbuild_module_call)
      cmake/modules/sysbuild_default.cmake:20 (include)
      C:/ncs1/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
      C:/ncs1/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      C:/ncs1/v2.9.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
      template/CMakeLists.txt:10 (find_package)
    
    
    CMake Warning at C:/ncs1/v2.9.0/nrf/cmake/sysbuild/partition_manager.cmake:106 (message):
      
    
            ---------------------------------------------------------------------
            --- WARNING: Using a bootloader without pm_static.yml.            ---
            --- There are cases where a deployed product can consist of       ---
            --- multiple images, and only a subset of these images can be     ---
            --- upgraded through a firmware update mechanism. In such cases,  ---
            --- the upgradable images must have partitions that are static    ---
            --- and are matching the partition map used by the bootloader     ---
            --- programmed onto the device.                                   ---
            ---------------------------------------------------------------------
            
    
    Call Stack (most recent call first):
      C:/ncs1/v2.9.0/nrf/cmake/sysbuild/partition_manager.cmake:634 (partition_manager)
      C:/ncs1/v2.9.0/nrf/sysbuild/CMakeLists.txt:703 (include)
      cmake/modules/sysbuild_extensions.cmake:583 (nrf_POST_CMAKE)
      cmake/modules/sysbuild_extensions.cmake:583 (cmake_language)
      cmake/modules/sysbuild_images.cmake:23 (sysbuild_module_call)
      cmake/modules/sysbuild_default.cmake:20 (include)
      C:/ncs1/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
      C:/ncs1/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      C:/ncs1/v2.9.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
      template/CMakeLists.txt:10 (find_package)
    
    
    Dropping partition 'nrf_modem_lib_trace' since its size is 0.
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build
    -- west build: building application
    [0/1] Re-running CMake...
    Loading Zephyr default modules (Zephyr base (cached)).
    -- Application: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota
    -- CMake version: 3.21.0
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160/ns
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Found devicetree overlay: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/dts.cmake
    
    warning: Experimental symbol POSIX_ASYNCHRONOUS_IO is enabled.
    
    
    warning: Experimental symbol POSIX_DEVICE_IO is enabled.
    
    
    warning: Experimental symbol POSIX_FD_MGMT is enabled.
    
    
    warning: Experimental symbol POSIX_MULTI_PROCESS is enabled.
    
    
    warning: Experimental symbol POSIX_REALTIME_SIGNALS is enabled.
    
    
    warning: Experimental symbol POSIX_SIGNALS is enabled.
    
    Parsing C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/Kconfig
    Loaded configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config.sysbuild'
    No change to configuration in 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config'
    No change to Kconfig header in 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/autoconf.h'
    =========== 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 ===============
    -- Including signing script: C:/ncs1/v2.9.0/nrf/cmake/sysbuild/image_signing.cmake
    CMake Warning at C:/ncs1/v2.9.0/zephyr/CMakeLists.txt:2133 (message):
      __ASSERT() statements are globally ENABLED
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota
    [4/409] Generating include/generated/zephyr/version.h
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr), build: v3.7.99-ncs2
    [5/409] Generating ../../tfm/CMakeCache.txt
    CMake Warning at cmake/version.cmake:31 (message):
      TFM_VERSION_MANUAL mismatches to actual TF-M version.  Please update
      TFM_VERSION_MANUAL in cmake/version.cmake
    Call Stack (most recent call first):
      CMakeLists.txt:13 (include)
    
    
    -- Found Git: C:/ncs1/toolchains/b620d30767/mingw64/bin/git.exe (found version "2.37.3.windows.1") 
    -- 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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found version "3.12.4") found components: Interpreter 
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Configuring done
    CMake Warning in C:/ncs1/v2.9.0/nrf/subsys/nrf_security/src/core/nrf_oberon/CMakeLists.txt:
      The object file directory
    
        C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/./
    
      has 191 characters.  The maximum full path to an object file is 250
      characters (see CMAKE_OBJECT_PATH_MAX).  Object file
    
        C_/ncs1/v2.9.0/modules/crypto/oberon-psa-crypto/library/psa_crypto_slot_management.o
    
      cannot be safely placed under this directory.  The build may not work
      correctly.
    
    
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm
    [54/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/C_/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o
    FAILED: secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/C_/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o 
    C:\ncs1\toolchains\b620d30767\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DBL1_HEADER_SIZE=0x000 -DBL1_TRAILER_SIZE=0x000 -DBL2_HEADER_SIZE=0x000 -DBL2_TRAILER_SIZE=0x000 -DCONFIG_TFM_ENABLE_CP10CP11 -DCONFIG_TFM_FLOAT_ABI=2 -DCONFIG_TFM_LAZY_STACKING -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 -DMBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE=\"nrf-psa-crypto-user-config.h\" -DMCUBOOT_IMAGE_NUMBER=1 -DNRF9160_XXAA -DNRF91_SERIES -DNRF_ALLOW_NON_SECURE_FAULT_HANDLING -DNRF_ALLOW_NON_SECURE_RESET -DNRF_HW_INIT_NRF_PERIPHERALS -DNRF_HW_INIT_RESET_ON_BOOT -DNRF_NS_SECONDARY -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=\"C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/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__ -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/generated/library_nrf_security_psa -IC:/ncs1/v2.9.0/nrf/subsys/nrf_security/include -IC:/ncs1/v2.9.0/modules/crypto/oberon-psa-crypto/include -IC:/ncs1/v2.9.0/nrf/include/tfm -IC:/ncs1/v2.9.0/nrf/subsys/nrf_security/src/utils -IC:/ncs1/v2.9.0/modules/crypto/oberon-psa-crypto/oberon/drivers -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/crypto -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/crypto/psa_driver_api -IC:/ncs1/v2.9.0/modules/crypto/oberon-psa-crypto/library -IC:/ncs1/v2.9.0/modules/crypto/mbedtls/library -IC:/ncs1/v2.9.0/modules/crypto/mbedtls/include -IC:/ncs1/v2.9.0/modules/crypto/mbedtls/include/library -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/interface/include -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/generated/interface/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/config -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/firmware_update -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/initial_attestation -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/internal_trusted_storage -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/platform -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/protected_storage -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/crypto/../../../platform/include -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/generated/interface_nrf_security_psa -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/. -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/native_drivers -IC:/ncs1/v2.9.0/modules/hal/nordic/nrfx -IC:/ncs1/v2.9.0/modules/hal/nordic/nrfx/mdk -IC:/ncs1/v2.9.0/modules/hal/nordic/nrfx/drivers/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/common -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/.. -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/services/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/nrf91/. -IC:/ncs1/v2.9.0/nrf/modules/trusted-firmware-m/tfm_boards/include -IC:/ncs1/v2.9.0/nrf/modules/trusted-firmware-m/tfm_boards/partition -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/../zephyr/include/generated -IC:/ncs1/v2.9.0/nrf/modules/trusted-firmware-m/tfm_boards/board -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/../zephyr/misc/generated/syscalls_links/include -IC:/ncs1/v2.9.0/zephyr/include -IC:/ncs1/v2.9.0/nrf/modules/trusted-firmware-m/tfm_boards/services/include -IC:/ncs1/v2.9.0/nrf/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/accelerator/interface -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/../secure_fw/spm/include/private -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/common -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/driver -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/lib/fih/inc -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/cmsis/CMSIS/Core/Include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/cmsis/CMSIS/Core/Include/m-profile -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/lib/runtime/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/core -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include/boot -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include/interface -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/core/arch -isystem C:/ncs1/v2.9.0/nrfxlib/crypto/nrf_cc310_platform/include -mcpu=cortex-m33 -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 -Wno-stringop-overflow -Wno-stringop-overread -Wno-strict-aliasing -imacros C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/autoconf.h -mfloat-abi=hard -mfpu=fpv5-sp-d16 -mcmse -Wno-unused-value -include C:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/include/cmsis_override.h -MD -MT secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/C_/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o -MF secure_fw\partitions\crypto\mbedcrypto\nrf_security_src\core\nrf_oberon\CMakeFiles\oberon_psa_core.dir\C_\ncs1\v2.9.0\nrf\subsys\nrf_security\src\psa_crypto_driver_wrappers.o.d -o secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/C_/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o -c C:/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.c
    C:/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.c:2894:1: fatal error: opening dependency file secure_fw\partitions\crypto\mbedcrypto\nrf_security_src\core\nrf_oberon\CMakeFiles\oberon_psa_core.dir\C_\ncs1\v2.9.0\nrf\subsys\nrf_security\src\psa_crypto_driver_wrappers.o.d: No such file or directory
     2894 | }
          | ^
    compilation terminated.
    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 C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-build C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s.elf C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s.bin C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s.hex C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s_signed.bin C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s_ns_signed.bin C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/lib/s_veneers.o C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_attest_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_crypto_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_fwu_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_its_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_platform_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_ps_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_tz_psa_ns_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_ioctl_core_ns_api.c 
    cmd.exe /C "cd /D C:\ncs1\v2.9.0\nrf\samples\cellular\nrf_cloud_rest_fota\build\nrf_cloud_rest_fota\tfm && C:\ncs1\toolchains\b620d30767\opt\bin\cmake.exe --build . -j 1"
    [12/409] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
    ninja: build stopped: subcommand failed.
    FAILED: _sysbuild/sysbuild/images/nrf_cloud_rest_fota-prefix/src/nrf_cloud_rest_fota-stamp/nrf_cloud_rest_fota-build C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/_sysbuild/sysbuild/images/nrf_cloud_rest_fota-prefix/src/nrf_cloud_rest_fota-stamp/nrf_cloud_rest_fota-build 
    cmd.exe /C "cd /D C:\ncs1\v2.9.0\nrf\samples\cellular\nrf_cloud_rest_fota\build\nrf_cloud_rest_fota && C:\ncs1\toolchains\b620d30767\opt\bin\cmake.exe --build ."
    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'C:\ncs1\toolchains\b620d30767\opt\bin\cmake.EXE' --build C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build
    
     *  The terminal process terminated with exit code: 1. 
     *  Terminal will be reused by tasks, press any key to close it. 

    attached the build log, and I use nrf9160 DK board for test, MCU used nrf9160.ns

Reply
  •  *  Executing task: nRF Connect: Build [pristine]: nrf_cloud_rest_fota/build 
    
    Building nrf_cloud_rest_fota
    C:\WINDOWS\system32\cmd.exe /d /s /c "west build --build-dir c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota --pristine --board nrf9160dk/nrf9160/ns --sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -DCONF_FILE=c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/prj.conf -DEXTRA_CONF_FILE=overlay_fota_test.conf -DBOARD_ROOT=c:\ncs1\v2.9.0\nrf\samples\cellular\nrf_cloud_rest_fota"
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160/ns
    Parsing c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/Kconfig.sysbuild
    Loaded configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/_sysbuild/empty.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/_sysbuild/empty.conf'
    Merged configuration 'c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/sysbuild.conf'
    Configuration saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/zephyr/.config'
    Kconfig header saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/_sysbuild/autoconf.h'
    -- 
       *****************************
       * Running CMake for mcuboot *
       *****************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs1/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.overlay
    -- Found devicetree overlay: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/sysbuild/mcuboot/app.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/dts.cmake
    
    warning: MBEDTLS_CFG_FILE (defined at C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr/Kconfig:385,
    C:/ncs1/v2.9.0/nrf\subsys\nrf_security/Kconfig:66, C:/ncs1/v2.9.0/zephyr/modules/mbedtls/Kconfig:58,
    modules\mbedtls\Kconfig:58) was assigned the value 'mcuboot-mbedtls-cfg.h' but got the value ''.
    Check these unsatisfied dependencies: (MBEDTLS || NRF_SECURITY || (MBEDTLS_BUILTIN && MBEDTLS) ||
    (MBEDTLS_BUILTIN && MBEDTLS && 0)) (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MBEDTLS_CFG_FILE and/or look up
    MBEDTLS_CFG_FILE in the menuconfig/guiconfig interface. The Application Development Primer, Setting
    Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
    too.
    
    Parsing C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr/Kconfig
    Loaded configuration 'C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_defconfig'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/sysbuild/mcuboot/prj.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/modules/mcuboot/tfm.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/modules/mcuboot/fih_low_enable.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/subsys/bootloader/image/log_minimal.conf'
    Merged configuration 'C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr/external_crypto.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/.config.sysbuild'
    Configuration saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/.config'
    Kconfig header saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Setting build type to 'MinSizeRel' as none was specified.
    MCUBoot bootloader key file: C:/ncs1/v2.9.0/bootloader/mcuboot/root-ec-p256.pem
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/mcuboot
    -- 
       ************************
       * Running CMake for b0 *
       ************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs1/v2.9.0/nrf/samples/bootloader
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs1/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/dts.cmake
    Parsing C:/ncs1/v2.9.0/zephyr/Kconfig
    Loaded configuration 'C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_defconfig'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/bootloader/prj.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/.config.sysbuild'
    Configuration saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/.config'
    Kconfig header saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Setting build type to 'MinSizeRel' as none was specified.
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/b0
    -- 
       *****************************************
       * Running CMake for nrf_cloud_rest_fota *
       *****************************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160/ns
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs1/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Found devicetree overlay: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/dts.cmake
    
    warning: Experimental symbol POSIX_ASYNCHRONOUS_IO is enabled.
    
    
    warning: Experimental symbol POSIX_DEVICE_IO is enabled.
    
    
    warning: Experimental symbol POSIX_FD_MGMT is enabled.
    
    
    warning: Experimental symbol POSIX_MULTI_PROCESS is enabled.
    
    
    warning: Experimental symbol POSIX_REALTIME_SIGNALS is enabled.
    
    
    warning: Experimental symbol POSIX_SIGNALS is enabled.
    
    Parsing C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/Kconfig
    Loaded configuration 'C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_defconfig'
    Merged configuration 'c:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/prj.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/overlay_fota_test.conf'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config.sysbuild'
    Configuration saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config'
    Kconfig header saved to 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    =========== 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 ===============
    -- Setting build type to 'MinSizeRel' as none was specified.
    -- Including signing script: C:/ncs1/v2.9.0/nrf/cmake/sysbuild/image_signing.cmake
    CMake Warning at C:/ncs1/v2.9.0/zephyr/CMakeLists.txt:2133 (message):
      __ASSERT() statements are globally ENABLED
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota
    -- 
       ******************************
       * Running CMake for s1_image *
       ******************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/ncs1/v2.9.0/bootloader/mcuboot/boot/zephyr
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs1/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6") 
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.overlay
    -- Found devicetree overlay: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/sysbuild/mcuboot/app.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/s1_image/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/s1_image/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/s1_image/zephyr/dts.cmake
    -- Found GnuLd: c:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd.exe (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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Setting build type to 'MinSizeRel' as none was specified.
    MCUBoot bootloader key file: C:/ncs1/v2.9.0/bootloader/mcuboot/root-ec-p256.pem
    -- Configuring done
    -- Generating done
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        EXTRA_KCONFIG_TARGETS
        FORCED_CONF_FILE
    
    
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/s1_image
    CMake Warning at C:/ncs1/v2.9.0/nrf/cmake/sysbuild/debug_keys.cmake:21 (message):
      
    
          --------------------------------------------------------------
          --- WARNING: Using generated NSIB public/private key-pair. ---
          --- It should not be used for production.                  ---
          --- See SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE             ---
          --------------------------------------------------------------
          
    
    Call Stack (most recent call first):
      C:/ncs1/v2.9.0/nrf/cmake/sysbuild/provision_hex.cmake:11 (include)
      C:/ncs1/v2.9.0/nrf/sysbuild/CMakeLists.txt:55 (include)
      C:/ncs1/v2.9.0/nrf/sysbuild/CMakeLists.txt:667 (include_provision_hex)
      cmake/modules/sysbuild_extensions.cmake:583 (nrf_POST_CMAKE)
      cmake/modules/sysbuild_extensions.cmake:583 (cmake_language)
      cmake/modules/sysbuild_images.cmake:23 (sysbuild_module_call)
      cmake/modules/sysbuild_default.cmake:20 (include)
      C:/ncs1/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
      C:/ncs1/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      C:/ncs1/v2.9.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
      template/CMakeLists.txt:10 (find_package)
    
    
    CMake Warning at C:/ncs1/v2.9.0/nrf/cmake/sysbuild/partition_manager.cmake:106 (message):
      
    
            ---------------------------------------------------------------------
            --- WARNING: Using a bootloader without pm_static.yml.            ---
            --- There are cases where a deployed product can consist of       ---
            --- multiple images, and only a subset of these images can be     ---
            --- upgraded through a firmware update mechanism. In such cases,  ---
            --- the upgradable images must have partitions that are static    ---
            --- and are matching the partition map used by the bootloader     ---
            --- programmed onto the device.                                   ---
            ---------------------------------------------------------------------
            
    
    Call Stack (most recent call first):
      C:/ncs1/v2.9.0/nrf/cmake/sysbuild/partition_manager.cmake:634 (partition_manager)
      C:/ncs1/v2.9.0/nrf/sysbuild/CMakeLists.txt:703 (include)
      cmake/modules/sysbuild_extensions.cmake:583 (nrf_POST_CMAKE)
      cmake/modules/sysbuild_extensions.cmake:583 (cmake_language)
      cmake/modules/sysbuild_images.cmake:23 (sysbuild_module_call)
      cmake/modules/sysbuild_default.cmake:20 (include)
      C:/ncs1/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
      C:/ncs1/v2.9.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      C:/ncs1/v2.9.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
      template/CMakeLists.txt:10 (find_package)
    
    
    Dropping partition 'nrf_modem_lib_trace' since its size is 0.
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build
    -- west build: building application
    [0/1] Re-running CMake...
    Loading Zephyr default modules (Zephyr base (cached)).
    -- Application: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota
    -- CMake version: 3.21.0
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr)
    -- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
    -- Board: nrf9160dk, Revision: 0.14.0, qualifiers: nrf9160/ns
    -- Found host-tools: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found BOARD.dts: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.dts
    -- Found devicetree overlay: C:/ncs1/v2.9.0/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Found devicetree overlay: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/boards/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Generated zephyr.dts: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/dts.cmake
    
    warning: Experimental symbol POSIX_ASYNCHRONOUS_IO is enabled.
    
    
    warning: Experimental symbol POSIX_DEVICE_IO is enabled.
    
    
    warning: Experimental symbol POSIX_FD_MGMT is enabled.
    
    
    warning: Experimental symbol POSIX_MULTI_PROCESS is enabled.
    
    
    warning: Experimental symbol POSIX_REALTIME_SIGNALS is enabled.
    
    
    warning: Experimental symbol POSIX_SIGNALS is enabled.
    
    Parsing C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/Kconfig
    Loaded configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config'
    Merged configuration 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config.sysbuild'
    No change to configuration in 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/.config'
    No change to Kconfig header in 'C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/autoconf.h'
    =========== 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 ===============
    -- Including signing script: C:/ncs1/v2.9.0/nrf/cmake/sysbuild/image_signing.cmake
    CMake Warning at C:/ncs1/v2.9.0/zephyr/CMakeLists.txt:2133 (message):
      __ASSERT() statements are globally ENABLED
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota
    [4/409] Generating include/generated/zephyr/version.h
    -- Zephyr version: 3.7.99 (C:/ncs1/v2.9.0/zephyr), build: v3.7.99-ncs2
    [5/409] Generating ../../tfm/CMakeCache.txt
    CMake Warning at cmake/version.cmake:31 (message):
      TFM_VERSION_MANUAL mismatches to actual TF-M version.  Please update
      TFM_VERSION_MANUAL in cmake/version.cmake
    Call Stack (most recent call first):
      CMakeLists.txt:13 (include)
    
    
    -- Found Git: C:/ncs1/toolchains/b620d30767/mingw64/bin/git.exe (found version "2.37.3.windows.1") 
    -- 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: C:/ncs1/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found version "3.12.4") found components: Interpreter 
    -- Found Python3: C:/ncs1/toolchains/b620d30767/opt/bin/python.exe (found suitable version "3.12.4", minimum required is "3.8") found components: Interpreter 
    -- Cache files will be written to: C:/ncs1/v2.9.0/zephyr/.cache
    -- Configuring done
    CMake Warning in C:/ncs1/v2.9.0/nrf/subsys/nrf_security/src/core/nrf_oberon/CMakeLists.txt:
      The object file directory
    
        C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/./
    
      has 191 characters.  The maximum full path to an object file is 250
      characters (see CMAKE_OBJECT_PATH_MAX).  Object file
    
        C_/ncs1/v2.9.0/modules/crypto/oberon-psa-crypto/library/psa_crypto_slot_management.o
    
      cannot be safely placed under this directory.  The build may not work
      correctly.
    
    
    -- Generating done
    -- Build files have been written to: C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm
    [54/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/C_/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o
    FAILED: secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/C_/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o 
    C:\ncs1\toolchains\b620d30767\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DBL1_HEADER_SIZE=0x000 -DBL1_TRAILER_SIZE=0x000 -DBL2_HEADER_SIZE=0x000 -DBL2_TRAILER_SIZE=0x000 -DCONFIG_TFM_ENABLE_CP10CP11 -DCONFIG_TFM_FLOAT_ABI=2 -DCONFIG_TFM_LAZY_STACKING -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 -DMBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE=\"nrf-psa-crypto-user-config.h\" -DMCUBOOT_IMAGE_NUMBER=1 -DNRF9160_XXAA -DNRF91_SERIES -DNRF_ALLOW_NON_SECURE_FAULT_HANDLING -DNRF_ALLOW_NON_SECURE_RESET -DNRF_HW_INIT_NRF_PERIPHERALS -DNRF_HW_INIT_RESET_ON_BOOT -DNRF_NS_SECONDARY -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=\"C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/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__ -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/generated/library_nrf_security_psa -IC:/ncs1/v2.9.0/nrf/subsys/nrf_security/include -IC:/ncs1/v2.9.0/modules/crypto/oberon-psa-crypto/include -IC:/ncs1/v2.9.0/nrf/include/tfm -IC:/ncs1/v2.9.0/nrf/subsys/nrf_security/src/utils -IC:/ncs1/v2.9.0/modules/crypto/oberon-psa-crypto/oberon/drivers -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/crypto -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/crypto/psa_driver_api -IC:/ncs1/v2.9.0/modules/crypto/oberon-psa-crypto/library -IC:/ncs1/v2.9.0/modules/crypto/mbedtls/library -IC:/ncs1/v2.9.0/modules/crypto/mbedtls/include -IC:/ncs1/v2.9.0/modules/crypto/mbedtls/include/library -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/interface/include -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/generated/interface/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/config -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/firmware_update -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/initial_attestation -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/internal_trusted_storage -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/platform -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/protected_storage -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/crypto/../../../platform/include -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/generated/interface_nrf_security_psa -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/. -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/native_drivers -IC:/ncs1/v2.9.0/modules/hal/nordic/nrfx -IC:/ncs1/v2.9.0/modules/hal/nordic/nrfx/mdk -IC:/ncs1/v2.9.0/modules/hal/nordic/nrfx/drivers/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/common -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/.. -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/core/services/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/target/nordic_nrf/common/nrf91/. -IC:/ncs1/v2.9.0/nrf/modules/trusted-firmware-m/tfm_boards/include -IC:/ncs1/v2.9.0/nrf/modules/trusted-firmware-m/tfm_boards/partition -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/../zephyr/include/generated -IC:/ncs1/v2.9.0/nrf/modules/trusted-firmware-m/tfm_boards/board -IC:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/../zephyr/misc/generated/syscalls_links/include -IC:/ncs1/v2.9.0/zephyr/include -IC:/ncs1/v2.9.0/nrf/modules/trusted-firmware-m/tfm_boards/services/include -IC:/ncs1/v2.9.0/nrf/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/accelerator/interface -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/../secure_fw/spm/include/private -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/common -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/driver -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/lib/fih/inc -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/cmsis/CMSIS/Core/Include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/ext/cmsis/CMSIS/Core/Include/m-profile -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/partitions/lib/runtime/include -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/core -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include/boot -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/include/interface -IC:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/secure_fw/spm/core/arch -isystem C:/ncs1/v2.9.0/nrfxlib/crypto/nrf_cc310_platform/include -mcpu=cortex-m33 -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 -Wno-stringop-overflow -Wno-stringop-overread -Wno-strict-aliasing -imacros C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/zephyr/include/generated/zephyr/autoconf.h -mfloat-abi=hard -mfpu=fpv5-sp-d16 -mcmse -Wno-unused-value -include C:/ncs1/v2.9.0/modules/tee/tf-m/trusted-firmware-m/platform/include/cmsis_override.h -MD -MT secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/C_/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o -MF secure_fw\partitions\crypto\mbedcrypto\nrf_security_src\core\nrf_oberon\CMakeFiles\oberon_psa_core.dir\C_\ncs1\v2.9.0\nrf\subsys\nrf_security\src\psa_crypto_driver_wrappers.o.d -o secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/C_/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.o -c C:/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.c
    C:/ncs1/v2.9.0/nrf/subsys/nrf_security/src/psa_crypto_driver_wrappers.c:2894:1: fatal error: opening dependency file secure_fw\partitions\crypto\mbedcrypto\nrf_security_src\core\nrf_oberon\CMakeFiles\oberon_psa_core.dir\C_\ncs1\v2.9.0\nrf\subsys\nrf_security\src\psa_crypto_driver_wrappers.o.d: No such file or directory
     2894 | }
          | ^
    compilation terminated.
    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 C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/modules/trusted-firmware-m/tfm-prefix/src/tfm-stamp/tfm-build C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s.elf C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s.bin C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s.hex C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s_signed.bin C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/bin/tfm_s_ns_signed.bin C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/lib/s_veneers.o C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_attest_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_crypto_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_fwu_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_its_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_platform_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_ps_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_tz_psa_ns_api.c C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/nrf_cloud_rest_fota/tfm/api_ns/interface/src/tfm_ioctl_core_ns_api.c 
    cmd.exe /C "cd /D C:\ncs1\v2.9.0\nrf\samples\cellular\nrf_cloud_rest_fota\build\nrf_cloud_rest_fota\tfm && C:\ncs1\toolchains\b620d30767\opt\bin\cmake.exe --build . -j 1"
    [12/409] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
    ninja: build stopped: subcommand failed.
    FAILED: _sysbuild/sysbuild/images/nrf_cloud_rest_fota-prefix/src/nrf_cloud_rest_fota-stamp/nrf_cloud_rest_fota-build C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build/_sysbuild/sysbuild/images/nrf_cloud_rest_fota-prefix/src/nrf_cloud_rest_fota-stamp/nrf_cloud_rest_fota-build 
    cmd.exe /C "cd /D C:\ncs1\v2.9.0\nrf\samples\cellular\nrf_cloud_rest_fota\build\nrf_cloud_rest_fota && C:\ncs1\toolchains\b620d30767\opt\bin\cmake.exe --build ."
    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'C:\ncs1\toolchains\b620d30767\opt\bin\cmake.EXE' --build C:/ncs1/v2.9.0/nrf/samples/cellular/nrf_cloud_rest_fota/build
    
     *  The terminal process terminated with exit code: 1. 
     *  Terminal will be reused by tasks, press any key to close it. 

    attached the build log, and I use nrf9160 DK board for test, MCU used nrf9160.ns

Children
No Data
Related