Unable to set CONFIG_TFM_BL2 and clear CONFIG_TFM_BL2_NOT_SUPPORTED on nrf9160 with aws_iot sample project on v2.9.2 SDK

I am trying to set CONFIG_TFM_BL2 and it seems like it cannot be set to 'y' because CONFIG_TFM_BL2_NOT_SUPPORTED is also set to 'y' in ${prj_name}/build/${prj_name}/zephyr/.config

SDK version is 2.9.2

The board is nrf9160 w/ custom outputs. 

the prj.conf

#
# Copyright (c) 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# General
CONFIG_LOG=y
CONFIG_LOG_BUFFER_SIZE=2048
CONFIG_HW_ID_LIBRARY=y
CONFIG_ASSERT=y
CONFIG_JSON_LIBRARY=y
CONFIG_REBOOT=y

# Heap and stacks
CONFIG_HEAP_MEM_POOL_SIZE=8192
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

# Network
CONFIG_NETWORKING=y
CONFIG_NET_NATIVE=y
CONFIG_NET_IPV4=y
CONFIG_NET_CONNECTION_MANAGER=y

# AWS IoT library
CONFIG_AWS_IOT=y
CONFIG_AWS_IOT_CLIENT_ID_STATIC="my-thing"
CONFIG_AWS_IOT_BROKER_HOST_NAME="xxx.amazonaws.com"
CONFIG_AWS_IOT_TOPIC_UPDATE_DELTA_SUBSCRIBE=y
CONFIG_AWS_IOT_TOPIC_GET_ACCEPTED_SUBSCRIBE=y
CONFIG_AWS_IOT_TOPIC_GET_REJECTED_SUBSCRIBE=y

# MQTT helper library
CONFIG_MQTT_HELPER=y
CONFIG_MQTT_HELPER_SEC_TAG=201
CONFIG_MQTT_HELPER_LAST_WILL=y
CONFIG_MQTT_HELPER_STACK_SIZE=4096

# MQTT - Maximum MQTT keepalive timeout specified by AWS IoT Core
CONFIG_MQTT_KEEPALIVE=1200
CONFIG_MQTT_CLEAN_SESSION=y

# LTE link control
CONFIG_LTE_LINK_CONTROL=y
CONFIG_LTE_NETWORK_MODE_LTE_M=y

CONFIG_LTE_LC_PSM_MODULE=y
CONFIG_LTE_LC_EDRX_MODULE=y

############################
CONFIG_DATE_TIME=y

CONFIG_CJSON_LIB=y
CONFIG_LOG=y

CONFIG_MODEM_INFO=y

CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_STREAM_FLASH=y
CONFIG_IMG_MANAGER=y



CONFIG_BUILD_WITH_TFM=y
CONFIG_TFM_BL2=y
CONFIG_TFM_KEY_FILE_S="C:/nordicsemi/v2.9.2/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072.pem"
CONFIG_TFM_KEY_FILE_NS="C:/nordicsemi/v2.9.2/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072_1.pem"

Part of the build output which says TFM_BL2 and TFM_KEY_FILE were not set; The build itself is successful overall.

warning: TFM_BL2 (defined at C:/nordicsemi/v2.9.2/nrf/modules/trusted-
firmware-m\Kconfig.tfm.defconfig:18, C:/nordicsemi/v2.9.2/zephyr/modules/trusted-
firmware-m/Kconfig.tfm:207, modules\trusted-firmware-m\Kconfig.tfm:207) was assigned the value 'y'
but got the value 'n'. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_BL2 and/or
look up TFM_BL2 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.


warning: TFM_KEY_FILE_S (defined at C:/nordicsemi/v2.9.2/zephyr/modules/trusted-
firmware-m/Kconfig.tfm:249, modules\trusted-firmware-m\Kconfig.tfm:249) was assigned the value
'C:/nordicsemi/v2.9.2/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072.pem' but got
the value ''. Check these unsatisfied dependencies: ((TFM_BL2 && BUILD_WITH_TFM) || (TFM_BL2 &&
BUILD_WITH_TFM && 0)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_KEY_FILE_S and/or look up
TFM_KEY_FILE_S 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.


warning: TFM_KEY_FILE_NS (defined at C:/nordicsemi/v2.9.2/zephyr/modules/trusted-
firmware-m/Kconfig.tfm:258, modules\trusted-firmware-m\Kconfig.tfm:258) was assigned the value
'C:/nordicsemi/v2.9.2/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072_1.pem' but
got the value ''. Check these unsatisfied dependencies: ((TFM_BL2 && BUILD_WITH_TFM) || (TFM_BL2 &&
BUILD_WITH_TFM && 0)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_KEY_FILE_NS and/or look up
TFM_KEY_FILE_NS 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.

Is there anything I can do to set TFM_BL2 and TFM_KEY_FILE in the build output?

  • Hello,

    have you tried deleting the build folder and build again? Have you tried setting the kconfig using menuconfig or similar?

  • have you tried deleting the build folder and build again? Yes, I have
    Below is the build configuration that I've set. 

    Have you tried setting the kconfig using menuconfig or similar? The option in the Kconfig GUI is greyed out. 


    Below is the output after hitting "Generate and Build". Are there any examples/samples I could do which have "CONFIG_TFM_BL2=y" in the prj.conf? Do I need to do more than just set these values in my prj.conf and hit "Generate and Build"? 

    Executing task: nRF Connect: Generate config nrf9160dk/nrf9160/ns for c:\nordicsemi\apps\aws_iot_2.9_sample 
    
    Building aws_iot_2.9_sample
    west build --build-dir c:/nordicsemi/apps/aws_iot_2.9_sample/build c:/nordicsemi/apps/aws_iot_2.9_sample --pristine --board nrf9160dk/nrf9160/ns -- -DNCS_TOOLCHAIN_VERSION="NONE" -DCONF_FILE="prj.conf" -DEXTRA_CONF_FILE=boards/nrf9160dk_nrf9160_ns.conf -DDTC_OVERLAY_FILE=boards/nrf9160dk_nrf9160_ns.overlay -DEXTRA_DTC_OVERLAY_FILE=boards/nrf9160dk_nrf9160_ns.overlay
    
    -- west build: generating a build system
    Loading Zephyr module(s) (Zephyr base): sysbuild_default
    -- Found Python3: C:/ncs/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:/nordicsemi/v2.9.2/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:/nordicsemi/apps/aws_iot_2.9_sample/Kconfig.sysbuild
    Loaded configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/_sysbuild/empty.conf'
    Merged configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/_sysbuild/empty.conf'
    Merged configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/_sysbuild/empty.conf'
    Configuration saved to 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/zephyr/.config'
    Kconfig header saved to 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/_sysbuild/autoconf.h'
    --
       *****************************
       * Running CMake for mcuboot *
       *****************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/nordicsemi/v2.9.2/bootloader/mcuboot/boot/zephyr
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/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:/nordicsemi/v2.9.2/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/nordicsemi/v2.9.2/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:/ncs/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found BOARD.dts: C:/nordicsemi/v2.9.2/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160.dts
    -- Found devicetree overlay: C:/nordicsemi/v2.9.2/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_0_14_0.overlay
    -- Found devicetree overlay: C:/nordicsemi/v2.9.2/bootloader/mcuboot/boot/zephyr/app.overlay
    -- Generated zephyr.dts: C:/nordicsemi/apps/aws_iot_2.9_sample/build/mcuboot/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/nordicsemi/apps/aws_iot_2.9_sample/build/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/nordicsemi/apps/aws_iot_2.9_sample/build/mcuboot/zephyr/dts.cmake
    Parsing C:/nordicsemi/v2.9.2/bootloader/mcuboot/boot/zephyr/Kconfig
    Loaded configuration 'C:/nordicsemi/v2.9.2/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_defconfig'
    Merged configuration 'C:/nordicsemi/v2.9.2/bootloader/mcuboot/boot/zephyr/prj.conf'
    Merged configuration 'C:/nordicsemi/v2.9.2/nrf/modules/mcuboot/tfm.conf'
    Merged configuration 'C:/nordicsemi/v2.9.2/nrf/modules/mcuboot/fih_low_enable.conf'
    Merged configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/mcuboot/zephyr/.config.sysbuild'
    Configuration saved to 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/mcuboot/zephyr/.config'
    Kconfig header saved to 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/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:/ncs/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:/nordicsemi/v2.9.2/bootloader/mcuboot/root-ec-p256.pem
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/nordicsemi/apps/aws_iot_2.9_sample/build/mcuboot
    --
       ****************************************
       * Running CMake for aws_iot_2.9_sample *
       ****************************************
    
    Loading Zephyr default modules (Zephyr base).
    -- Application: C:/nordicsemi/apps/aws_iot_2.9_sample
    -- CMake version: 3.21.0
    -- Found Python3: C:/ncs/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:/nordicsemi/v2.9.2/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/nordicsemi/v2.9.2/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:/ncs/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found Dtc: C:/ncs/toolchains/b620d30767/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
    -- Found BOARD.dts: C:/nordicsemi/v2.9.2/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.dts
    -- Found devicetree overlay: C:/nordicsemi/v2.9.2/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Found devicetree overlay: boards/nrf9160dk_nrf9160_ns.overlay
    -- Found devicetree overlay: boards/nrf9160dk_nrf9160_ns.overlay
    -- Generated zephyr.dts: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/dts.cmake
    
    warning: TFM_BL2 (defined at C:/nordicsemi/v2.9.2/nrf/modules/trusted-
    firmware-m\Kconfig.tfm.defconfig:18, C:/nordicsemi/v2.9.2/zephyr/modules/trusted-
    firmware-m/Kconfig.tfm:207, modules\trusted-firmware-m\Kconfig.tfm:207) was assigned the value 'y'
    but got the value 'n'. See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_BL2 and/or
    look up TFM_BL2 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.
    
    
    warning: TFM_KEY_FILE_S (defined at C:/nordicsemi/v2.9.2/zephyr/modules/trusted-
    firmware-m/Kconfig.tfm:249, modules\trusted-firmware-m\Kconfig.tfm:249) was assigned the value
    'C:/nordicsemi/v2.9.2/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072.pem' but got
    the value ''. Check these unsatisfied dependencies: ((TFM_BL2 && BUILD_WITH_TFM) || (TFM_BL2 &&
    BUILD_WITH_TFM && 0)) (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_KEY_FILE_S and/or look up
    TFM_KEY_FILE_S 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.
    
    
    warning: TFM_KEY_FILE_NS (defined at C:/nordicsemi/v2.9.2/zephyr/modules/trusted-
    firmware-m/Kconfig.tfm:258, modules\trusted-firmware-m\Kconfig.tfm:258) was assigned the value
    'C:/nordicsemi/v2.9.2/modules/tee/tf-m/trusted-firmware-m/bl2/ext/mcuboot/root-RSA-3072_1.pem' but
    got the value ''. Check these unsatisfied dependencies: ((TFM_BL2 && BUILD_WITH_TFM) || (TFM_BL2 &&
    BUILD_WITH_TFM && 0)) (=n). See
    http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_TFM_KEY_FILE_NS and/or look up
    TFM_KEY_FILE_NS 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.
    
    
    warning: Deprecated symbol POSIX_CLOCK is enabled.
    
    
    warning: Deprecated symbol NET_SOCKETS_POSIX_NAMES is enabled.
    
    
    warning: Experimental symbol NET_CONNECTION_MANAGER is enabled.
    
    Parsing C:/nordicsemi/apps/aws_iot_2.9_sample/Kconfig
    Loaded configuration 'C:/nordicsemi/v2.9.2/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_defconfig'
    Merged configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/prj.conf'
    Merged configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/boards/nrf9160dk_nrf9160_ns.conf'
    Merged configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/.config.sysbuild'
    Configuration saved to 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/.config'
    Kconfig header saved to 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/include/generated/zephyr/autoconf.h'
    -- Found GnuLd: c:/ncs/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:/ncs/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:/nordicsemi/v2.9.2/nrf/cmake/sysbuild/image_signing.cmake
    CMake Warning at C:/nordicsemi/v2.9.2/zephyr/CMakeLists.txt:2133 (message):
      __ASSERT() statements are globally ENABLED
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample
    CMake Warning at C:/nordicsemi/v2.9.2/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:/nordicsemi/v2.9.2/nrf/cmake/sysbuild/partition_manager.cmake:634 (partition_manager)
      C:/nordicsemi/v2.9.2/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:/nordicsemi/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
      C:/nordicsemi/v2.9.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
      C:/nordicsemi/v2.9.2/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
      template/CMakeLists.txt:10 (find_package)
    
    
    Dropping partition 'nonsecure_storage' since it is empty.
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/nordicsemi/apps/aws_iot_2.9_sample/build
    ←[92m-- west build: building application
    [9/20] Performing build step for 'mcuboot'
    [6/187] Generating include/generated/zephyr/version.h
    -- Zephyr version: 3.7.99 (C:/nordicsemi/v2.9.2/zephyr), build: v3.7.99-ncs2-2
    [112/187] Building C object modules/mcuboot/boot/bootutil/zephyr/CMakeFiles/mcuboot_util.dir/C_/nordicsemi/v2.9.2/bootloader/mcuboot/boot/bootutil/src/bootutil_public[124/187] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/nordicsemi/v2.9.2/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocato[187/187] Linking C executable zephyr\zephyr.elf
    Memory region         Used Size  Region Size  %age Used
               FLASH:       31110 B        48 KB     63.29%
                 RAM:       16368 B        32 KB     49.95%
            IDT_LIST:          0 GB        32 KB      0.00%
    Generating files from C:/nordicsemi/apps/aws_iot_2.9_sample/build/mcuboot/zephyr/zephyr.elf for board: nrf9160dk
    [11/20] Performing build step for 'aws_iot_2.9_sample'
    [0/1] Re-running CMake...
    Loading Zephyr default modules (Zephyr base (cached)).
    -- Application: C:/nordicsemi/apps/aws_iot_2.9_sample
    -- CMake version: 3.21.0
    -- Cache files will be written to: C:/nordicsemi/v2.9.2/zephyr/.cache
    -- Zephyr version: 3.7.99 (C:/nordicsemi/v2.9.2/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:/ncs/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b620d30767/opt/zephyr-sdk)
    -- Found BOARD.dts: C:/nordicsemi/v2.9.2/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns.dts
    -- Found devicetree overlay: C:/nordicsemi/v2.9.2/zephyr/boards/nordic/nrf9160dk/nrf9160dk_nrf9160_ns_0_14_0.overlay
    -- Found devicetree overlay: boards/nrf9160dk_nrf9160_ns.overlay
    -- Found devicetree overlay: boards/nrf9160dk_nrf9160_ns.overlay
    -- Generated zephyr.dts: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/zephyr.dts
    -- Generated devicetree_generated.h: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/include/generated/zephyr/devicetree_generated.h
    -- Including generated dts.cmake file: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/dts.cmake
    
    warning: Deprecated symbol POSIX_CLOCK is enabled.
    
    
    warning: Deprecated symbol NET_SOCKETS_POSIX_NAMES is enabled.
    
    
    warning: Experimental symbol NET_CONNECTION_MANAGER is enabled.
    
    Parsing C:/nordicsemi/apps/aws_iot_2.9_sample/Kconfig
    Loaded configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/.config'
    Merged configuration 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/.config.sysbuild'
    No change to configuration in 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/.config'
    No change to Kconfig header in 'C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/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:/nordicsemi/v2.9.2/nrf/cmake/sysbuild/image_signing.cmake
    CMake Warning at C:/nordicsemi/v2.9.2/zephyr/CMakeLists.txt:2133 (message):
      __ASSERT() statements are globally ENABLED
    
    
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample
    [4/383] Generating include/generated/zephyr/version.h
    -- Zephyr version: 3.7.99 (C:/nordicsemi/v2.9.2/zephyr), build: v3.7.99-ncs2-2
    [9/383] Generating ../../tfm/CMakeCache.txt
    -- Found Git: C:/ncs/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:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
    -- Found Python3: C:/ncs/toolchains/b620d30767/opt/bin/python.exe (found version "3.12.4") found components: Interpreter
    -- Found Python3: C:/ncs/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:/nordicsemi/v2.9.2/zephyr/.cache
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm
    [14/383] Performing build step for 'tfm'
    [15/139] Building C object secure_fw/partitions/lib/runtime/CMakeFiles/tfm_sprt.dir/C_/nordicsemi/v2.9.2/nrf/modules/trusted-firmware-m/tfm_boards/common/dummy_tfm_sp[32/139] Building C object secure_fw/partitions/crypto/CMakeFiles/tfm_psa_rot_partition_crypto.dir/__/__/__/generated/secure_fw/partitions/crypto/auto_generated/inter[36/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[37/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[38/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[40/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/crypto_service_mbedcrypto.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtl[41/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[42/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[43/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[44/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[45/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[46/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[47/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[48/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/CMakeFiles/mbedcrypto_base.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/[50/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon...oberon_psa_core.dir/735291d91a8b813a0462710d3b677319/oberon-psa-c[51/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon...Files/oberon_psa_core.dir/C_/nordicsemi/v2.9.2/modules/crypto/obe[52/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon...les/oberon_psa_core.dir/C_/nordicsemi/v2.9.2/modules/crypto/obero[53/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon.../oberon_psa_core.dir/C_/nordicsemi/v2.9.2/modules/crypto/oberon-p[54/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/886df776ab00f4b14a5644f18b768057/lib[55/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon/CMakeFiles/oberon_psa_core.dir/886df776ab00f4b14a5644f18b768057/lib[56/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/core/nrf_oberon.../oberon_psa_core.dir/C_/nordicsemi/v2.9.2/nrf/subsys/nrf_security[85/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/886df776ab00f4b14a5644f18b76805[86/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/886df776ab00f4b14a5644f18b76805[87/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/886df776ab00f4b14a5644f18b76805[88/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/886df776ab00f4b14a5644f18b76805[89/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/886df776ab00f4b14a5644f18b76805[90/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/886df776ab00f4b14a5644f18b76805[91/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/886df776ab00f4b14a5644f18b76805[92/139] Building C object secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/drivers/nrf_oberon/CMakeFiles/oberon_psa_driver.dir/886df776ab00f4b14a5644f18b76805[103/139] Building C object secure_fw/partitions/platform/CMakeFiles/tfm_psa_rot_partition_platform.dir/__/__/__/generated/secure_fw/partitions/platform/auto_generate[135/139] Linking C executable bin\tfm_s.axf
    Memory region         Used Size  Region Size  %age Used
               FLASH:       31580 B      32256 B     97.90%
                 RAM:       10404 B        32 KB     31.75%
    [139/139] Linking C static library secure_fw\libtfm_s_veneers.a
    [16/383] Performing install step for 'tfm'
    -- Install configuration: "MinSizeRel"
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/tfm_ioctl_core_api.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/src/tfm_ioctl_core_ns_api.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/config_nordic_nrf_spe.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/driver/Driver_Common.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/driver/Driver_Flash.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/driver/Driver_USART.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/startup.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/startup_nrf91.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/nrfx_glue.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/pal_plat_test.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/pal_plat_test.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/startup.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/target_cfg.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/nrfx_config.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/CMakeLists.txt
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/config.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/native_drivers
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/native_drivers/mpu_armv8m_drv.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/native_drivers/mpu_armv8m_drv.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/native_drivers/spu.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/native_drivers/spu.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/cmsis_drivers
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/cmsis_drivers/Driver_Flash.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/cmsis_drivers/Driver_USART.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/common
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/common/cmsis.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/common/nrf-pinctrl.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/common/nrfx_glue.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/common/nrfx_log.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/common/tfm_hal_platform_common.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/nrfx
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/nrfx/nrfx.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/services
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/services/include
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/services/include/tfm_ioctl_core_api.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/services/include/tfm_platform_hal_ioctl.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/services/src
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/services/src/tfm_ioctl_core_ns_api.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/services/src/tfm_ioctl_core_s_api.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/services/src/tfm_platform_hal_ioctl.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/tests
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/core/tests/tfm_tests_config.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/linker_scripts/tfm_common_ns.ld
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf91/nrfx_config_nrf91.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf91/CMakeLists.txt
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf91/config.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf91/tests
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf91/tests/psa_arch_tests_config.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf91/partition
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf91/partition/flash_layout.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf91/partition/region_defs.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/CMakeLists.txt
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/cpuarch.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/common/nrf9160/cpuarch.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/config.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/../common/config.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/tests
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/tests/psa_arch_tests_config.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/tests/tfm_tests_config.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/bin
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/bin/tfm_s.axf
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/bin/tfm_s.bin
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/bin/tfm_s.elf
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/bin/tfm_s.hex
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/bin/tfm_s.map
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/lib/s_veneers.o
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/client.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/error.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa_manifest/sid.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/config_impl.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/tfm_veneers.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/tfm_ns_interface.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/tfm_ns_client_ext.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/config_tfm.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/config_base.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/tfm_psa_call_pack.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/framework_feature.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/build_info.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_adjust_auto_enabled.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_adjust_config_key_pair_types.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_adjust_config_synonyms.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_compat.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_driver_common.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_driver_contexts_composites.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_driver_contexts_key_derivation.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_driver_contexts_primitives.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_extra.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_legacy.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_platform.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_se_driver.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_sizes.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_struct.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_types.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto_values.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/psa/crypto.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/mbedtls/build_info.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/mbedtls/config_psa.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/nrf-config.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/nrf-psa-crypto-config.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/tfm_platform_api.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/src/tfm_tz_psa_ns_api.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/os_wrapper
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/os_wrapper/common.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/include/os_wrapper/mutex.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/src/os_wrapper
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/src/os_wrapper/tfm_ns_interface_bare_metal.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/src/os_wrapper/tfm_ns_interface_rtos.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/src/tfm_crypto_api.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/interface/src/tfm_platform_api.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/config/cp_check.cmake
    ----- Installing platform NS -----
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/a-profile
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_armclang_a.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_clang_a.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_cp15.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_gcc_a.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/a-profile/cmsis_iccarm_a.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/a-profile/irq_ctrl.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/cmsis_compiler.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/cmsis_version.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_ca.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm0.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm0plus.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm1.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm23.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm3.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm33.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm35p.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm4.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm52.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm55.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm7.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_cm85.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_sc000.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_sc300.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/core_starmc1.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv7m_cachel1.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv7m_mpu.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv81m_pac.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv8m_mpu.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/armv8m_pmu.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_armclang_m.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_clang_m.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_gcc_m.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_iccarm_m.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/m-profile/cmsis_tiarmclang_m.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/cmsis/Include/tz_context.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/common/uart_stdout.c
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/ext/common/uart_stdout.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/boot_hal.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/cmsis_override.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/exception_info.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/fatal_error.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/mbedtls_entropy_nv_seed_config.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/region.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_attest_hal.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_defs.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_device_header.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_interrupt.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_isolation.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_its.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_its_encryption.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_mailbox.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_multi_core.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_platform.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_hal_ps.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_platform_system.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_boot_seed.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_config.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_crypto_keys.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_crypto_nv_seed.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_defs.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_device_id.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_ns.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_nv_counters.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_otp.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_provisioning.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_rotpk.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/tfm_plat_test.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/CMakeLists.txt
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/cmake/toolchain_ns_GNUARM.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/cmake/toolchain_ns_ARMCLANG.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/cmake/toolchain_ns_IARARM.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/platform/include/fih.h
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/cmake/spe_export.cmake
    -- Installing: C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/tfm/api_ns/cmake/set_extensions.cmake
    [115/383] Building C object CMakeFiles/app.dir/src/main.c.obj
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c: In function 'lte_handler':
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c:389:45: warning: implicit conversion from 'float' to 'double' when passing argument to function [-Wdouble-promotion]
      389 |                                evt->edrx_cfg.edrx, evt->edrx_cfg.ptw);
          |                                ~~~~~~~~~~~~~^~~~~
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c:389:65: warning: implicit conversion from 'float' to 'double' when passing argument to function [-Wdouble-promotion]
      389 |                                evt->edrx_cfg.edrx, evt->edrx_cfg.ptw);
          |                                                    ~~~~~~~~~~~~~^~~~
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c: In function 'modem_configure':
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c:422:32: warning: 'return' with a value, in function returning void [-Wreturn-type]
      422 |                         return err;
          |                                ^~~
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c:409:13: note: declared here
      409 | static void modem_configure(void)
          |             ^~~~~~~~~~~~~~~
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c: In function 'app_topics_subscribe':
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c:478:46: warning: passing argument 1 of 'aws_iot_application_topics_set' from incompatible pointer type [-Wincompatible-pointer-types]
      478 |         err = aws_iot_application_topics_set(topics_list, ARRAY_SIZE(topics_list));
          |                                              ^~~~~~~~~~~
          |                                              |
          |                                              const struct aws_iot_topic_data *
    In file included from C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c:16:
    C:/nordicsemi/v2.9.2/nrf/include/net/aws_iot.h:338:67: note: expected 'const struct mqtt_topic * const' but argument is of type 'const struct aws_iot_topic_data *'
      338 | int aws_iot_application_topics_set(const struct mqtt_topic *const list, size_t count);
          |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c: At top level:
    C:/nordicsemi/apps/aws_iot_2.9_sample/src/main.c:511:6: warning: return type of 'main' is not 'int' [-Wmain]
      511 | void main(void)
          |      ^~~~
    [277/383] Building C object modules/nrf/subsys/nrf_security/src/zephyr/CMakeFiles/mbedtls_zephyr.dir/C_/nordicsemi/v2.9.2/modules/crypto/mbedtls/library/platform.c.ob[329/383] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/nordicsemi/v2.9.2/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.ob[333/383] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/nordicsemi/v2.9.2/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocato[383/383] Linking C executable zephyr\zephyr.elf
    Memory region         Used Size  Region Size  %age Used
               FLASH:      200620 B       448 KB     43.73%
                 RAM:       65972 B     195224 B     33.79%
            IDT_LIST:          0 GB        32 KB      0.00%
    Generating files from C:/nordicsemi/apps/aws_iot_2.9_sample/build/aws_iot_2.9_sample/zephyr/zephyr.elf for board: nrf9160dk
    image.py: sign the payload
    image.py: sign the payload
    [20/20] Generating ../merged.hex
     *  Terminal will be reused by tasks, press any key to close it. 
    

Related