Difference between revisions of "Segger nordic version"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
  
(1)
+
== (1) ==
  
 
Path to firmware executables built by Segger directed toolchain:
 
Path to firmware executables built by Segger directed toolchain:
Line 8: Line 8:
  
  
(2)
+
== (2) ==
 
<pre>
 
<pre>
 
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ find . -name zephyr.h
 
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ find . -name zephyr.h
Line 17: Line 17:
  
  
(3)
+
== (3) ==
 
Missing Zephyr source files during build of first personal Zephyr app opened via SES Nordic's "File > Open nRF Connect SDK Project..." option.  Errors of files missing end with strange error which seems like a script variable failing to expand:
 
Missing Zephyr source files during build of first personal Zephyr app opened via SES Nordic's "File > Open nRF Connect SDK Project..." option.  Errors of files missing end with strange error which seems like a script variable failing to expand:
 
<pre>
 
<pre>
Line 100: Line 100:
 
</pre>
 
</pre>
  
 +
In SES top menu "Tools > Options" changing value of "Zephyr base" from "$HOME/zephyrproject/zephyr" to "$HOME/projects/zephyr-based/z4-sandbox-kionix-work/zephyr".
  
  
 +
<!--
 +
Creating solution hardware-Stage1-firmware-aws-iot-stand-alone.emProject
 +
cmake -GNinja -DBOARD=thingy91_nrf9160ns -DBOARD_DIR=/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/boards/arm/thingy91_nrf9160 -B/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns -S/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=/opt/gcc-arm-none-eabi-10.3-2021.07 -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=/opt/ses-nordic/arm_segger_embedded_studio_v560_linux_x64_nordic/html/configure_nordic_project_menuconfig.py
 +
-- Application: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone
 +
-- Zephyr version: 2.6.0-rc1 (/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr), build: v2.6.0-rc1-ncs1
 +
-- Found Python3: /usr/bin/python3.8 (found suitable exact version "3.8.10") found components: Interpreter
 +
-- Found west (found suitable version "0.11.0", minimum required is "0.7.1")
 +
-- Board: thingy91_nrf9160ns
 +
-- Cache files will be written to: /home/ted/.cache/zephyr
 +
-- Found dtc: /usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6")
 +
-- Found toolchain: gnuarmemb (/opt/gcc-arm-none-eabi-10.3-2021.07)
 +
-- Found BOARD.dts: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160ns.dts
 +
-- Found devicetree overlay: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/boards/thingy91_nrf9160ns.overlay
 +
-- Generated zephyr.dts: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/zephyr/zephyr.dts
 +
-- Generated devicetree_unfixed.h: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/zephyr/include/generated/devicetree_unfixed.h
 +
-- Generated device_extern.h: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/zephyr/include/generated/device_extern.h
 +
Parsing /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/Kconfig
 +
Loaded configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160ns_defconfig'
 +
Merged configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/prj.conf'
 +
Configuration saved to '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/zephyr/.config'
 +
Kconfig header saved to '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/zephyr/include/generated/autoconf.h'
 +
-- The C compiler identification is GNU 10.3.1
 +
-- The CXX compiler identification is GNU 10.3.1
 +
-- The ASM compiler identification is GNU
 +
-- Found assembler: /opt/gcc-arm-none-eabi-10.3-2021.07/bin/arm-none-eabi-gcc
 +
-- Application: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/samples/spm
 +
-- Zephyr version: 2.6.0-rc1 (/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr), build: v2.6.0-rc1-ncs1
 +
-- Found Python3: /usr/bin/python3.8 (found suitable exact version "3.8.10") found components: Interpreter
 +
-- Found west (found suitable version "0.11.0", minimum required is "0.7.1")
 +
-- Board: thingy91_nrf9160
 +
-- Cache files will be written to: /home/ted/.cache/zephyr
 +
-- Found dtc: /usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6")
 +
-- Found toolchain: gnuarmemb (/opt/gcc-arm-none-eabi-10.3-2021.07)
 +
-- Found BOARD.dts: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160.dts
 +
-- Found devicetree overlay: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/samples/spm/boards/thingy91_nrf9160.overlay
 +
-- Generated zephyr.dts: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/spm/zephyr/zephyr.dts
 +
-- Generated devicetree_unfixed.h: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/spm/zephyr/include/generated/devicetree_unfixed.h
 +
-- Generated device_extern.h: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/spm/zephyr/include/generated/device_extern.h
 +
Parsing /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/Kconfig
 +
Loaded configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_defconfig'
 +
Merged configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/samples/spm/prj.conf'
 +
Merged configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/subsys/partition_manager/partition_manager_enabled.conf'
 +
Merged configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/spm/zephyr/misc/generated/extra_kconfig_options.conf'
 +
Configuration saved to '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/spm/zephyr/.config'
 +
Kconfig header saved to '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/spm/zephyr/include/generated/autoconf.h'
 +
-- The C compiler identification is GNU 10.3.1
 +
-- The CXX compiler identification is GNU 10.3.1
 +
-- The ASM compiler identification is GNU
 +
-- Found assembler: /opt/gcc-arm-none-eabi-10.3-2021.07/bin/arm-none-eabi-gcc
 +
-- Configuring done
 +
-- Generating done
 +
-- Build files have been written to: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/spm
 +
-- Application: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/bootloader/mcuboot/boot/zephyr
 +
-- Zephyr version: 2.6.0-rc1 (/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr), build: v2.6.0-rc1-ncs1
 +
-- Found Python3: /usr/bin/python3.8 (found suitable exact version "3.8.10") found components: Interpreter
 +
-- Found west (found suitable version "0.11.0", minimum required is "0.7.1")
 +
-- Board: thingy91_nrf9160
 +
-- Cache files will be written to: /home/ted/.cache/zephyr
 +
-- Found dtc: /usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6")
 +
-- Found toolchain: gnuarmemb (/opt/gcc-arm-none-eabi-10.3-2021.07)
 +
-- Found BOARD.dts: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160.dts
 +
-- Found devicetree overlay: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/bootloader/mcuboot/boot/zephyr/dts.overlay
 +
-- Generated zephyr.dts: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/mcuboot/zephyr/zephyr.dts
 +
-- Generated devicetree_unfixed.h: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/mcuboot/zephyr/include/generated/devicetree_unfixed.h
 +
-- Generated device_extern.h: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/mcuboot/zephyr/include/generated/device_extern.h
 +
Parsing /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/bootloader/mcuboot/boot/zephyr/Kconfig
 +
Loaded configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/boards/arm/thingy91_nrf9160/thingy91_nrf9160_defconfig'
 +
Merged configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/bootloader/mcuboot/boot/zephyr/prj.conf'
 +
Merged configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/bootloader/mcuboot/boot/zephyr/boards/thingy91_nrf9160.conf'
 +
Merged configuration '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/subsys/partition_manager/partition_manager_enabled.conf'
 +
Configuration saved to '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/mcuboot/zephyr/.config'
 +
Kconfig header saved to '/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/mcuboot/zephyr/include/generated/autoconf.h'
 +
-- The C compiler identification is GNU 10.3.1
 +
-- The CXX compiler identification is GNU 10.3.1
 +
-- The ASM compiler identification is GNU
 +
-- Found assembler: /opt/gcc-arm-none-eabi-10.3-2021.07/bin/arm-none-eabi-gcc
 +
-- Configuring done
 +
-- Generating done
 +
-- Build files have been written to: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/mcuboot
 +
Dropping partition 'nrf_modem_lib_trace' since its size is 0.
 +
-- Configuring done
 +
-- Generating done
 +
-- Build files have been written to: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns
 +
Including boilerplate (Zephyr base): /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/app/boilerplate.cmake
 +
CMake Deprecation Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/app/boilerplate.cmake:37 (cmake_policy):
 +
  The OLD behavior for policy CMP0079 will be removed from a future version
 +
  of CMake.
 +
 +
  The cmake-policies(7) manual explains that the OLD behaviors of all
 +
  policies are deprecated and that a policy should be set to OLD only under
 +
  specific short-term circumstances.  Projects should be ported to the NEW
 +
  behavior and not rely on setting a policy to OLD.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
 +
  CMakeLists.txt:9 (find_package)
 +
 +
 +
thingy91_nrf9160ns.dts.pre.tmp:366.32-370.5: Warning (simple_bus_reg): /soc/cryptocell-sw: missing or empty reg/ranges property
 +
thingy91_nrf9160ns.dts.pre.tmp:59.42-71.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/flash-controller@39000: duplicate unit-address (also used in node /soc/peripheral@40000000/kmu@39000)
 +
thingy91_nrf9160ns.dts.pre.tmp:311.19-317.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/clock@5000: duplicate unit-address (also used in node /soc/peripheral@40000000/power@5000)
 +
Changed board to secure thingy91_nrf9160 (NOT NS)
 +
 +
=== child image spm -  begin ===
 +
Including boilerplate (Zephyr base): /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/app/boilerplate.cmake
 +
CMake Deprecation Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/app/boilerplate.cmake:37 (cmake_policy):
 +
  The OLD behavior for policy CMP0079 will be removed from a future version
 +
  of CMake.
 +
 +
  The cmake-policies(7) manual explains that the OLD behaviors of all
 +
  policies are deprecated and that a policy should be set to OLD only under
 +
  specific short-term circumstances.  Projects should be ported to the NEW
 +
  behavior and not rely on setting a policy to OLD.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
 +
  CMakeLists.txt:8 (find_package)
 +
 +
 +
thingy91_nrf9160.dts.pre.tmp:59.42-71.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@50000000/flash-controller@39000: duplicate unit-address (also used in node /soc/peripheral@50000000/kmu@39000)
 +
thingy91_nrf9160.dts.pre.tmp:311.19-317.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@50000000/clock@5000: duplicate unit-address (also used in node /soc/peripheral@50000000/power@5000)
 +
CMake Deprecation Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/modules/lib/civetweb/CMakeLists.txt:2 (cmake_minimum_required):
 +
  Compatibility with CMake < 2.8.12 will be removed from a future version of
 +
  CMake.
 +
 +
  Update the VERSION argument <min> value or use a ...<max> suffix to tell
 +
  CMake that the project does not need compatibility with older versions.
 +
 +
 +
CMake Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/CMakeLists.txt:1607 (message):
 +
  __ASSERT() statements are globally ENABLED
 +
 +
 +
CMake Warning (dev) at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/linker/ld/target.cmake:33 (add_custom_command):
 +
  Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
 +
  add_custom_command().  Run "cmake --help-policy CMP0116" for policy
 +
  details.  Use the cmake_policy command to set the policy and suppress this
 +
  warning.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/CMakeLists.txt:1253 (configure_linker_script)
 +
This warning is for project developers.  Use -Wno-dev to suppress it.
 +
 +
CMake Warning (dev) at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/linker/ld/target.cmake:33 (add_custom_command):
 +
  Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
 +
  add_custom_command().  Run "cmake --help-policy CMP0116" for policy
 +
  details.  Use the cmake_policy command to set the policy and suppress this
 +
  warning.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/CMakeLists.txt:1198 (configure_linker_script)
 +
This warning is for project developers.  Use -Wno-dev to suppress it.
 +
 +
=== child image spm -  end ===
 +
 +
Changed board to secure thingy91_nrf9160 (NOT NS)
 +
 +
=== child image mcuboot -  begin ===
 +
Including boilerplate (Zephyr base): /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/app/boilerplate.cmake
 +
CMake Deprecation Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/app/boilerplate.cmake:37 (cmake_policy):
 +
  The OLD behavior for policy CMP0079 will be removed from a future version
 +
  of CMake.
 +
 +
  The cmake-policies(7) manual explains that the OLD behaviors of all
 +
  policies are deprecated and that a policy should be set to OLD only under
 +
  specific short-term circumstances.  Projects should be ported to the NEW
 +
  behavior and not rely on setting a policy to OLD.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
 +
  CMakeLists.txt:44 (find_package)
 +
 +
 +
thingy91_nrf9160.dts.pre.tmp:59.42-71.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@50000000/flash-controller@39000: duplicate unit-address (also used in node /soc/peripheral@50000000/kmu@39000)
 +
thingy91_nrf9160.dts.pre.tmp:311.19-317.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@50000000/clock@5000: duplicate unit-address (also used in node /soc/peripheral@50000000/power@5000)
 +
CMake Deprecation Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/modules/lib/civetweb/CMakeLists.txt:2 (cmake_minimum_required):
 +
  Compatibility with CMake < 2.8.12 will be removed from a future version of
 +
  CMake.
 +
 +
  Update the VERSION argument <min> value or use a ...<max> suffix to tell
 +
  CMake that the project does not need compatibility with older versions.
 +
 +
 +
MCUBoot bootloader key file: /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/bootloader/mcuboot/root-ec-p256.pem
 +
CMake Warning (dev) at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/linker/ld/target.cmake:33 (add_custom_command):
 +
  Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
 +
  add_custom_command().  Run "cmake --help-policy CMP0116" for policy
 +
  details.  Use the cmake_policy command to set the policy and suppress this
 +
  warning.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/CMakeLists.txt:1253 (configure_linker_script)
 +
This warning is for project developers.  Use -Wno-dev to suppress it.
 +
 +
CMake Warning (dev) at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/linker/ld/target.cmake:33 (add_custom_command):
 +
  Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
 +
  add_custom_command().  Run "cmake --help-policy CMP0116" for policy
 +
  details.  Use the cmake_policy command to set the policy and suppress this
 +
  warning.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/CMakeLists.txt:1198 (configure_linker_script)
 +
This warning is for project developers.  Use -Wno-dev to suppress it.
 +
 +
=== child image mcuboot -  end ===
 +
 +
CMake Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/modules/mcuboot/CMakeLists.txt:151 (message):
 +
 
 +
 +
        ---------------------------------------------------------
 +
        --- WARNING: Using default MCUBoot key, it should not ---
 +
        --- be used for production.                          ---
 +
        ---------------------------------------------------------
 +
       
 +
 +
 +
 +
CMake Deprecation Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/modules/lib/civetweb/CMakeLists.txt:2 (cmake_minimum_required):
 +
  Compatibility with CMake < 2.8.12 will be removed from a future version of
 +
  CMake.
 +
 +
  Update the VERSION argument <min> value or use a ...<max> suffix to tell
 +
  CMake that the project does not need compatibility with older versions.
 +
 +
 +
CMake Warning at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/CMakeLists.txt:1607 (message):
 +
  __ASSERT() statements are globally ENABLED
 +
 +
 +
CMake Warning (dev) at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/extensions.cmake:416 (add_library):
 +
  Policy CMP0115 is not set: Source file extensions must be explicit.  Run
 +
  "cmake --help-policy CMP0115" for policy details.  Use the cmake_policy
 +
  command to set the policy and suppress this warning.
 +
 +
  File:
 +
 +
    /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/drivers/sensor/iis2dh/iis2dh.c
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/extensions.cmake:393 (zephyr_library_named)
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/drivers/sensor/iis2dh/CMakeLists.txt:7 (zephyr_library)
 +
This warning is for project developers.  Use -Wno-dev to suppress it.
 +
 +
CMake Warning (dev) at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/linker/ld/target.cmake:33 (add_custom_command):
 +
  Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
 +
  add_custom_command().  Run "cmake --help-policy CMP0116" for policy
 +
  details.  Use the cmake_policy command to set the policy and suppress this
 +
  warning.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/CMakeLists.txt:1253 (configure_linker_script)
 +
This warning is for project developers.  Use -Wno-dev to suppress it.
 +
 +
CMake Warning (dev) at /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/cmake/linker/ld/target.cmake:33 (add_custom_command):
 +
  Policy CMP0116 is not set: Ninja generators transform DEPFILEs from
 +
  add_custom_command().  Run "cmake --help-policy CMP0116" for policy
 +
  details.  Use the cmake_policy command to set the policy and suppress this
 +
  warning.
 +
Call Stack (most recent call first):
 +
  /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/CMakeLists.txt:1198 (configure_linker_script)
 +
This warning is for project developers.  Use -Wno-dev to suppress it.
 +
 +
 +
Loading solution hardware-Stage1-firmware-aws-iot-stand-alone.emProject
 +
Loading solution build.emProject
 +
Mapping project information
 +
Mapping project zephyr/merged.hex
 +
Mapping project all
 +
Mapping project mcuboot_primary_hex
 +
Mapping project CMakeFiles/mcuboot_primary_hex
 +
Mapping project zephyr/mcuboot_primary.hex
 +
Mapping project zephyr/zephyr.elf
 +
Mapping project /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/misc/empty_file.c
 +
Mapping project cmake_object_order_depends_target_zephyr_final
 +
Mapping project cmake_object_order_depends_target_..__modules__hal__cmsis__CMSIS__DSP__Source__BasicMathFunctions
 +
Mapping project modules/nrf/samples/spm_subimage
 +
Mapping project modules/nrf/samples/CMakeFiles/spm_subimage
 +
Mapping project modules/nrf/samples/CMakeFiles/spm_subimage-complete
 +
Mapping project modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-install
 +
Mapping project modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-build
 +
Mapping project modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-configure
 +
Mapping project modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-patch
 +
Mapping project modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-update
 +
Mapping project modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-download
 +
Mapping project modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-mkdir
 +
Mapping project modules/nrf/samples/spm_subimage-prefix/src/spm_subimage-stamp/spm_subimage-done
 +
Mapping project spm/zephyr/zephyr.hex
 +
Mapping project spm/zephyr/zephyr.elf
 +
Mapping project spm/libspmsecureentries.a
 +
Mapping project zephyr/driver_validation_h_target
 +
Mapping project zephyr/CMakeFiles/driver_validation_h_target
 +
Mapping project zephyr/include/generated/driver-validation.h
 +
Mapping project zephyr/parse_syscalls_target
 +
Mapping project zephyr/CMakeFiles/parse_syscalls_target
 +
Mapping project zephyr/misc/generated/syscalls.json
 +
Mapping project zephyr/misc/generated/syscalls_subdirs.trigger
 +
Mapping project zephyr/misc/generated/syscalls_links/include
 +
Mapping project zephyr/misc/generated/syscalls_links/include_app_memory
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch
 +
Mapping project zephyr/misc/generated/syscalls_links/include_audio
 +
Mapping project zephyr/misc/generated/syscalls_links/include_bluetooth
 +
Mapping project zephyr/misc/generated/syscalls_links/include_canbus
 +
Mapping project zephyr/misc/generated/syscalls_links/include_console
 +
Mapping project zephyr/misc/generated/syscalls_links/include_crypto
 +
Mapping project zephyr/misc/generated/syscalls_links/include_data
 +
Mapping project zephyr/misc/generated/syscalls_links/include_debug
 +
Mapping project zephyr/misc/generated/syscalls_links/include_devicetree
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dfu
 +
Mapping project zephyr/misc/generated/syscalls_links/include_disk
 +
Mapping project zephyr/misc/generated/syscalls_links/include_display
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings
 +
Mapping project zephyr/misc/generated/syscalls_links/include_fs
 +
Mapping project zephyr/misc/generated/syscalls_links/include_ipc
 +
Mapping project zephyr/misc/generated/syscalls_links/include_kernel
 +
Mapping project zephyr/misc/generated/syscalls_links/include_linker
 +
Mapping project zephyr/misc/generated/syscalls_links/include_logging
 +
Mapping project zephyr/misc/generated/syscalls_links/include_lorawan
 +
Mapping project zephyr/misc/generated/syscalls_links/include_mgmt
 +
Mapping project zephyr/misc/generated/syscalls_links/include_modbus
 +
Mapping project zephyr/misc/generated/syscalls_links/include_net
 +
Mapping project zephyr/misc/generated/syscalls_links/include_pm
 +
Mapping project zephyr/misc/generated/syscalls_links/include_portability
 +
Mapping project zephyr/misc/generated/syscalls_links/include_posix
 +
Mapping project zephyr/misc/generated/syscalls_links/include_power
 +
Mapping project zephyr/misc/generated/syscalls_links/include_random
 +
Mapping project zephyr/misc/generated/syscalls_links/include_settings
 +
Mapping project zephyr/misc/generated/syscalls_links/include_shell
 +
Mapping project zephyr/misc/generated/syscalls_links/include_stats
 +
Mapping project zephyr/misc/generated/syscalls_links/include_storage
 +
Mapping project zephyr/misc/generated/syscalls_links/include_sys
 +
Mapping project zephyr/misc/generated/syscalls_links/include_task_wdt
 +
Mapping project zephyr/misc/generated/syscalls_links/include_timing
 +
Mapping project zephyr/misc/generated/syscalls_links/include_toolchain
 +
Mapping project zephyr/misc/generated/syscalls_links/include_tracing
 +
Mapping project zephyr/misc/generated/syscalls_links/include_usb
 +
Mapping project zephyr/misc/generated/syscalls_links/include_zephyr
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arc
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm64
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_common
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_nios2
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_posix
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_riscv
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_sparc
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_x86
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_xtensa
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arc_asm-compat
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arc_v2
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arc_v2_mpu
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arc_v2_secureshield
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32_cortex_a_r
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32_cortex_m
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32_cortex_r
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32_mpu
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32_cortex_a_r_scripts
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32_cortex_m_mpu
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32_cortex_m_scripts
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm_aarch32_cortex_r_scripts
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm64_cortex_r
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm64_scripts
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_arm64_cortex_r_mpu
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_riscv_common
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_riscv_riscv-privilege
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_x86_ia32
 +
Mapping project zephyr/misc/generated/syscalls_links/include_arch_x86_intel64
 +
Mapping project zephyr/misc/generated/syscalls_links/include_bluetooth_audio
 +
Mapping project zephyr/misc/generated/syscalls_links/include_bluetooth_mesh
 +
Mapping project zephyr/misc/generated/syscalls_links/include_bluetooth_services
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_adc
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_bluetooth
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_clock_control
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_console
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_dma
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_ec_host_cmd_periph
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_gpio
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_i2c
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_ieee802154
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_interrupt_controller
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_led
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_misc
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_modem
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_pcie
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_pm_cpu_ops
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_rtc
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_sensor
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_timer
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_uart
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_usb
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_virtualization
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_i2c_slave
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_misc_ft8xx
 +
Mapping project zephyr/misc/generated/syscalls_links/include_drivers_pcie_endpoint
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_adc
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_clock
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_dac
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_display
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_dma
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_espi
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_gpio
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_i2c
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_interrupt-controller
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_led
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_lora
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_memory-controller
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_pcie
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_pinctrl
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_pwm
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_rdc
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_sensor
 +
Mapping project zephyr/misc/generated/syscalls_links/include_dt-bindings_usb
 +
Mapping project zephyr/misc/generated/syscalls_links/include_mgmt_mcumgr
 +
Mapping project zephyr/misc/generated/syscalls_links/include_posix_arpa
 +
Mapping project zephyr/misc/generated/syscalls_links/include_posix_net
 +
Mapping project zephyr/misc/generated/syscalls_links/include_posix_netinet
 +
Mapping project zephyr/misc/generated/syscalls_links/include_posix_sys
 +
Mapping project zephyr/misc/generated/syscalls_links/include_usb_class
 +
Mapping project zephyr/misc/generated/struct_tags.json
 +
Mapping project zephyr/kobj_types_h_target
 +
Mapping project zephyr/CMakeFiles/kobj_types_h_target
 +
Mapping project zephyr/include/generated/kobj-types-enum.h
 +
Mapping project zephyr/include/generated/otype-to-str.h
 +
Mapping project zephyr/include/generated/otype-to-size.h
 +
Mapping project zephyr/syscall_list_h_target
 +
Mapping project zephyr/CMakeFiles/syscall_list_h_target
 +
Mapping project zephyr/include/generated/syscall_list.h
 +
Mapping project zephyr/include/generated/syscall_dispatch.c
 +
Mapping project zephyr/zephyr_generated_headers
 +
Mapping project zephyr/offsets_h
 +
Mapping project zephyr/CMakeFiles/offsets_h
 +
Mapping project zephyr/include/generated/offsets.h
 +
Mapping project zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
 +
Mapping project cmake_object_order_depends_target_offsets
 +
Mapping project zephyr/offsets
 +
Mapping project cmake_object_order_depends_target_..__modules__hal__cmsis__CMSIS__DSP__Source__CommonTables
 +
Mapping project cmake_object_order_depends_target_..__modules__hal__cmsis__CMSIS__DSP__Source__TransformFunctions
 +
Mapping project cmake_object_order_depends_target_..__nrf__boards__arm__thingy91_nrf9160
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__at_cmd
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__at_cmd_parser
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__at_host
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__at_notif
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__date_time
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__fatal_error
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__lte_link_control
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__modem_info
 +
Mapping project cmake_object_order_depends_target_..__nrf__lib__nrf_modem_lib
 +
Mapping project cmake_object_order_depends_target_..__nrf__subsys__dfu__dfu_target
 +
Mapping project cmake_object_order_depends_target_..__nrf__subsys__fw_info
 +
Mapping project cmake_object_order_depends_target_..__nrf__subsys__net__lib__aws_fota
 +
Mapping project cmake_object_order_depends_target_..__nrf__subsys__net__lib__aws_iot
 +
Mapping project cmake_object_order_depends_target_..__nrf__subsys__net__lib__aws_jobs
 +
Mapping project cmake_object_order_depends_target_..__nrf__subsys__net__lib__download_client
 +
Mapping project cmake_object_order_depends_target_..__nrf__subsys__net__lib__fota_download
 +
Mapping project cmake_object_order_depends_target_app
 +
Mapping project cmake_object_order_depends_target_arch__arm__core__aarch32
 +
Mapping project cmake_object_order_depends_target_arch__arm__core__aarch32__cortex_m
 +
Mapping project cmake_object_order_depends_target_arch__arm__core__aarch32__cortex_m__cmse
 +
Mapping project cmake_object_order_depends_target_arch__arm__core__aarch32__mpu
 +
Mapping project cmake_object_order_depends_target_arch__common
 +
Mapping project cmake_object_order_depends_target_isr_tables
 +
Mapping project cmake_object_order_depends_target_cjson
 +
Mapping project cmake_object_order_depends_target_drivers__entropy
 +
Mapping project cmake_object_order_depends_target_drivers__flash
 +
Mapping project cmake_object_order_depends_target_drivers__gpio
 +
Mapping project cmake_object_order_depends_target_drivers__i2c
 +
Mapping project cmake_object_order_depends_target_drivers__sensor__iis2dh
 +
Mapping project cmake_object_order_depends_target_drivers__sensor__lis2dh
 +
Mapping project cmake_object_order_depends_target_drivers__sensor__stmemsc
 +
Mapping project cmake_object_order_depends_target_drivers__serial
 +
Mapping project cmake_object_order_depends_target_drivers__spi
 +
Mapping project cmake_object_order_depends_target_kernel
 +
Mapping project cmake_object_order_depends_target_lib__libc__newlib
 +
Mapping project cmake_object_order_depends_target_lib__posix
 +
Mapping project cmake_object_order_depends_target_mcuboot_util
 +
Mapping project cmake_object_order_depends_target_modules__hal_nordic__nrfx
 +
Mapping project cmake_object_order_depends_target_soc__arm__common__cortex_m
 +
Mapping project cmake_object_order_depends_target_subsys__dfu__boot
 +
Mapping project cmake_object_order_depends_target_subsys__net
 +
Mapping project cmake_object_order_depends_target_subsys__net__ip
 +
Mapping project cmake_object_order_depends_target_subsys__net__lib__mqtt
 +
Mapping project cmake_object_order_depends_target_subsys__random
 +
Mapping project cmake_object_order_depends_target_subsys__timing
 +
Mapping project cmake_object_order_depends_target_zephyr
 +
Mapping project zephyr/dev_handles.c
 +
Mapping project zephyr/zephyr_prebuilt.elf
 +
Mapping project cmake_object_order_depends_target_zephyr_prebuilt
 +
Mapping project zephyr/linker_zephyr_prebuilt_script_target
 +
Mapping project zephyr/CMakeFiles/linker_zephyr_prebuilt_script_target
 +
Mapping project zephyr/linker_zephyr_prebuilt.cmd
 +
Mapping project app/libapp.a
 +
Mapping project zephyr/libzephyr.a
 +
Mapping project zephyr/arch/common/libarch__common.a
 +
Mapping project zephyr/arch/common/libisr_tables.a
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/libarch__arm__core__aarch32__cortex_m__cmse.a
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/mpu/libarch__arm__core__aarch32__mpu.a
 +
Mapping project zephyr/lib/libc/newlib/liblib__libc__newlib.a
 +
Mapping project zephyr/lib/posix/liblib__posix.a
 +
Mapping project zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a
 +
Mapping project zephyr/boards/boards/arm/thingy91_nrf9160ns/lib..__nrf__boards__arm__thingy91_nrf9160.a
 +
Mapping project zephyr/subsys/dfu/boot/libsubsys__dfu__boot.a
 +
Mapping project zephyr/subsys/net/libsubsys__net.a
 +
Mapping project zephyr/subsys/net/ip/libsubsys__net__ip.a
 +
Mapping project zephyr/subsys/net/lib/mqtt/libsubsys__net__lib__mqtt.a
 +
Mapping project zephyr/subsys/random/libsubsys__random.a
 +
Mapping project zephyr/subsys/timing/libsubsys__timing.a
 +
Mapping project zephyr/drivers/gpio/libdrivers__gpio.a
 +
Mapping project zephyr/drivers/i2c/libdrivers__i2c.a
 +
Mapping project zephyr/drivers/sensor/iis2dh/libdrivers__sensor__iis2dh.a
 +
Mapping project zephyr/drivers/sensor/lis2dh/libdrivers__sensor__lis2dh.a
 +
Mapping project zephyr/drivers/sensor/stmemsc/libdrivers__sensor__stmemsc.a
 +
Mapping project zephyr/drivers/spi/libdrivers__spi.a
 +
Mapping project zephyr/drivers/flash/libdrivers__flash.a
 +
Mapping project zephyr/drivers/serial/libdrivers__serial.a
 +
Mapping project zephyr/drivers/entropy/libdrivers__entropy.a
 +
Mapping project modules/nrf/lib/nrf_modem_lib/lib..__nrf__lib__nrf_modem_lib.a
 +
Mapping project modules/nrf/lib/at_cmd/lib..__nrf__lib__at_cmd.a
 +
Mapping project modules/nrf/lib/at_notif/lib..__nrf__lib__at_notif.a
 +
Mapping project modules/nrf/lib/at_host/lib..__nrf__lib__at_host.a
 +
Mapping project modules/nrf/lib/at_cmd_parser/lib..__nrf__lib__at_cmd_parser.a
 +
Mapping project modules/nrf/lib/lte_link_control/lib..__nrf__lib__lte_link_control.a
 +
Mapping project modules/nrf/lib/modem_info/lib..__nrf__lib__modem_info.a
 +
Mapping project modules/nrf/lib/fatal_error/lib..__nrf__lib__fatal_error.a
 +
Mapping project modules/nrf/lib/date_time/lib..__nrf__lib__date_time.a
 +
Mapping project modules/nrf/subsys/net/lib/download_client/lib..__nrf__subsys__net__lib__download_client.a
 +
Mapping project modules/nrf/subsys/net/lib/fota_download/lib..__nrf__subsys__net__lib__fota_download.a
 +
Mapping project modules/nrf/subsys/net/lib/aws_jobs/lib..__nrf__subsys__net__lib__aws_jobs.a
 +
Mapping project modules/nrf/subsys/net/lib/aws_fota/lib..__nrf__subsys__net__lib__aws_fota.a
 +
Mapping project modules/nrf/subsys/net/lib/aws_iot/lib..__nrf__subsys__net__lib__aws_iot.a
 +
Mapping project modules/nrf/subsys/dfu/dfu_target/lib..__nrf__subsys__dfu__dfu_target.a
 +
Mapping project modules/nrf/subsys/fw_info/lib..__nrf__subsys__fw_info.a
 +
Mapping project modules/mcuboot/boot/bootutil/zephyr/libmcuboot_util.a
 +
Mapping project modules/cjson/libcjson.a
 +
Mapping project modules/cmsis/CMSIS/DSP/Source/BasicMathFunctions/lib..__modules__hal__cmsis__CMSIS__DSP__Source__BasicMathFunctions.a
 +
Mapping project modules/cmsis/CMSIS/DSP/Source/TransformFunctions/lib..__modules__hal__cmsis__CMSIS__DSP__Source__TransformFunctions.a
 +
Mapping project modules/cmsis/CMSIS/DSP/Source/CommonTables/lib..__modules__hal__cmsis__CMSIS__DSP__Source__CommonTables.a
 +
Mapping project modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a
 +
Mapping project zephyr/kernel/libkernel.a
 +
Mapping project zephyr/linker_zephyr_final_script_target
 +
Mapping project zephyr/CMakeFiles/linker_zephyr_final_script_target
 +
Mapping project zephyr/linker.cmd
 +
Mapping project zephyr/isrList.bin
 +
Mapping project zephyr/isr_tables.c
 +
Mapping project /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/zephyr/isr_tables.c
 +
Mapping project /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/hardware-Stage1-firmware-aws-iot-stand-alone/build_thingy91_nrf9160ns/zephyr/dev_handles.c
 +
Mapping project zephyr/zephyr.hex
 +
Mapping project mcuboot_primary_app_hex
 +
Mapping project CMakeFiles/mcuboot_primary_app_hex
 +
Mapping project zephyr/mcuboot_primary_app.hex
 +
Mapping project merged_hex
 +
Mapping project CMakeFiles/merged_hex
 +
Mapping project zephyr/merged.hex
 +
Mapping project mcuboot/zephyr/zephyr.hex
 +
Mapping project modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-configure
 +
Mapping project modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-patch
 +
Mapping project modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-update
 +
Mapping project modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-download
 +
Mapping project modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-mkdir
 +
Mapping project zephyr/app_signed.hex
 +
Mapping project mcuboot/zephyr/zephyr.elf
 +
Mapping project modules/mcuboot/mcuboot_sign_target
 +
Mapping project modules/mcuboot/CMakeFiles/mcuboot_sign_target
 +
Mapping project zephyr/app_update.bin
 +
Mapping project zephyr/app_test_update.hex
 +
Mapping project zephyr/app_moved_test_update.hex
 +
Mapping project modules/mcuboot/mcuboot_subimage
 +
Mapping project modules/mcuboot/CMakeFiles/mcuboot_subimage
 +
Mapping project modules/mcuboot/CMakeFiles/mcuboot_subimage-complete
 +
Mapping project modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-install
 +
Mapping project modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-build
 +
Mapping project modules/mcuboot/mcuboot_subimage-prefix/src/mcuboot_subimage-stamp/mcuboot_subimage-done
 +
Mapping project zephyr/all
 +
Mapping project zephyr/arch/all
 +
Mapping project zephyr/arch/common/all
 +
Mapping project zephyr/arch/arch/arm/all
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/all
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/cortex_m/all
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/all
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/cortex_m/tz/all
 +
Mapping project zephyr/arch/arch/arm/core/aarch32/mpu/all
 +
Mapping project zephyr/lib/all
 +
Mapping project zephyr/lib/libc/all
 +
Mapping project zephyr/lib/libc/newlib/all
 +
Mapping project zephyr/lib/posix/all
 +
Mapping project zephyr/lib/gui/all
 +
Mapping project zephyr/lib/os/all
 +
Mapping project zephyr/lib/util/all
 +
Mapping project zephyr/soc/arm/all
 +
Mapping project zephyr/soc/arm/common/cortex_m/all
 +
Mapping project zephyr/soc/arm/nordic_nrf/all
 +
Mapping project zephyr/soc/arm/nordic_nrf/nrf91/all
 +
Mapping project zephyr/boards/all
 +
Mapping project zephyr/boards/boards/arm/thingy91_nrf9160ns/all
 +
Mapping project zephyr/subsys/all
 +
Mapping project zephyr/subsys/debug/all
 +
Mapping project zephyr/subsys/logging/all
 +
Mapping project zephyr/subsys/fs/all
 +
Mapping project zephyr/subsys/ipc/all
 +
Mapping project zephyr/subsys/mgmt/all
 +
Mapping project zephyr/subsys/dfu/all
 +
Mapping project zephyr/subsys/dfu/boot/all
 +
Mapping project zephyr/subsys/dfu/img_util/all
 +
Mapping project zephyr/subsys/net/all
 +
Mapping project zephyr/subsys/net/l2/all
 +
Mapping project zephyr/subsys/net/ip/all
 +
Mapping project zephyr/subsys/net/lib/all
 +
Mapping project zephyr/subsys/net/lib/utils/all
 +
Mapping project zephyr/subsys/net/lib/sntp/all
 +
Mapping project zephyr/subsys/net/lib/mqtt/all
 +
Mapping project zephyr/subsys/net/lib/sockets/all
 +
Mapping project zephyr/subsys/random/all
 +
Mapping project zephyr/subsys/storage/all
 +
Mapping project zephyr/subsys/storage/flash_map/all
 +
Mapping project zephyr/subsys/storage/stream/all
 +
Mapping project zephyr/subsys/fb/all
 +
Mapping project zephyr/subsys/portability/all
 +
Mapping project zephyr/subsys/pm/all
 +
Mapping project zephyr/subsys/pm/policy/all
 +
Mapping project zephyr/subsys/stats/all
 +
Mapping project zephyr/subsys/task_wdt/all
 +
Mapping project zephyr/subsys/testsuite/all
 +
Mapping project zephyr/subsys/tracing/all
 +
Mapping project zephyr/subsys/canbus/all
 +
Mapping project zephyr/subsys/timing/all
 +
Mapping project zephyr/subsys/modbus/all
 +
Mapping project zephyr/drivers/all
 +
Mapping project zephyr/drivers/console/all
 +
Mapping project zephyr/drivers/interrupt_controller/all
 +
Mapping project zephyr/drivers/misc/all
 +
Mapping project zephyr/drivers/pcie/all
 +
Mapping project zephyr/drivers/disk/all
 +
Mapping project zephyr/drivers/clock_control/all
 +
Mapping project zephyr/drivers/gpio/all
 +
Mapping project zephyr/drivers/i2c/all
 +
Mapping project zephyr/drivers/sensor/all
 +
Mapping project zephyr/drivers/sensor/grove/all
 +
Mapping project zephyr/drivers/sensor/iis2dh/all
 +
Mapping project zephyr/drivers/sensor/lis2dh/all
 +
Mapping project zephyr/drivers/sensor/stmemsc/all
 +
Mapping project zephyr/drivers/spi/all
 +
Mapping project zephyr/drivers/flash/all
 +
Mapping project zephyr/drivers/serial/all
 +
Mapping project zephyr/drivers/net/all
 +
Mapping project zephyr/drivers/entropy/all
 +
Mapping project zephyr/drivers/timer/all
 +
Mapping project modules/nrf/all
 +
Mapping project modules/nrf/ext/all
 +
Mapping project modules/nrf/lib/all
 +
Mapping project modules/nrf/lib/bin/all
 +
Mapping project modules/nrf/lib/nrf_modem_lib/all
 +
Mapping project modules/nrf/lib/at_cmd/all
 +
Mapping project modules/nrf/lib/at_notif/all
 +
Mapping project modules/nrf/lib/at_host/all
 +
Mapping project modules/nrf/lib/at_cmd_parser/all
 +
Mapping project modules/nrf/lib/lte_link_control/all
 +
Mapping project modules/nrf/lib/modem_info/all
 +
Mapping project modules/nrf/lib/adp536x/all
 +
Mapping project modules/nrf/lib/flash_patch/all
 +
Mapping project modules/nrf/lib/fatal_error/all
 +
Mapping project modules/nrf/lib/date_time/all
 +
Mapping project modules/nrf/samples/all
 +
Mapping project modules/nrf/subsys/all
 +
Mapping project modules/nrf/subsys/net/all
 +
Mapping project modules/nrf/subsys/net/lib/all
 +
Mapping project modules/nrf/subsys/net/lib/download_client/all
 +
Mapping project modules/nrf/subsys/net/lib/fota_download/all
 +
Mapping project modules/nrf/subsys/net/lib/aws_jobs/all
 +
Mapping project modules/nrf/subsys/net/lib/aws_fota/all
 +
Mapping project modules/nrf/subsys/net/lib/aws_iot/all
 +
Mapping project modules/nrf/subsys/dfu/all
 +
Mapping project modules/nrf/subsys/dfu/dfu_target/all
 +
Mapping project modules/nrf/subsys/nonsecure/all
 +
Mapping project modules/nrf/subsys/fw_info/all
 +
Mapping project modules/nrf/subsys/debug/all
 +
Mapping project modules/nrf/subsys/partition_manager/all
 +
Mapping project modules/nrf/modules/all
 +
Mapping project modules/nrf/drivers/all
 +
Mapping project modules/nrf/drivers/sensor/all
 +
Mapping project modules/nrf/drivers/net/all
 +
Mapping project modules/nrf/drivers/hw_cc310/all
 +
Mapping project modules/nrf/drivers/entropy/all
 +
Mapping project modules/nrf/drivers/gps/all
 +
Mapping project modules/nrf/drivers/serial/all
 +
Mapping project modules/nrf/tests/all
 +
Mapping project modules/kionix-drivers/all
 +
Mapping project modules/kionix-drivers/drivers/all
 +
Mapping project modules/kionix-drivers/drivers/kionix/all
 +
Mapping project modules/openthread/all
 +
Mapping project modules/mcuboot/all
 +
Mapping project modules/mcuboot/dfu_application_zip
 +
Mapping project modules/mcuboot/CMakeFiles/dfu_application_zip
 +
Mapping project zephyr/dfu_application.zip
 +
Mapping project modules/mcuboot/boot/bootutil/zephyr/all
 +
Mapping project modules/trusted-firmware-m/all
 +
Mapping project modules/cjson/all
 +
Mapping project modules/pelion-dm/all
 +
Mapping project modules/cddl-gen/all
 +
Mapping project modules/memfault-firmware-sdk/all
 +
Mapping project modules/cmsis/all
 +
Mapping project modules/cmsis/CMSIS/all
 +
Mapping project modules/cmsis/CMSIS/Core/all
 +
Mapping project modules/cmsis/CMSIS/DSP/all
 +
Mapping project modules/cmsis/CMSIS/DSP/Source/all
 +
Mapping project modules/cmsis/CMSIS/DSP/Source/BasicMathFunctions/all
 +
Mapping project modules/cmsis/CMSIS/DSP/Source/TransformFunctions/all
 +
Mapping project modules/cmsis/CMSIS/DSP/Source/CommonTables/all
 +
Mapping project modules/canopennode/all
 +
Mapping project modules/civetweb/all
 +
Mapping project modules/fatfs/all
 +
Mapping project modules/hal_nordic/all
 +
Mapping project modules/hal_nordic/nrfx/all
 +
Mapping project modules/st/all
 +
Mapping project modules/st/sensor/stmemsc/all
 +
Mapping project modules/libmetal/all
 +
Mapping project modules/lvgl/all
 +
Mapping project modules/mbedtls/all
 +
Mapping project modules/mcumgr/all
 +
Mapping project modules/open-amp/all
 +
Mapping project modules/loramac-node/all
 +
Mapping project modules/segger/all
 +
Mapping project modules/tinycbor/all
 +
Mapping project modules/tinycrypt/all
 +
Mapping project modules/littlefs/all
 +
Mapping project modules/mipi-sys-t/all
 +
Mapping project modules/nrf_hw_models/all
 +
Mapping project modules/TraceRecorder/all
 +
Mapping project modules/nrfxlib/all
 +
Mapping project modules/nrfxlib/nrfxlib/all
 +
Mapping project modules/nrfxlib/nrfxlib/nrf_modem/all
 +
Mapping project modules/nrfxlib/nrf_802154/all
 +
Mapping project modules/connectedhomeip/all
 +
Mapping project zephyr/kernel/all
 +
Mapping project zephyr/cmake/flash/all
 +
Mapping project zephyr/cmake/usage/all
 +
Mapping project zephyr/cmake/reports/all
 +
Preparing solution 'hardware-Stage1-firmware-aws-iot-stand-alone'
 +
Preparing project 'zephyr/merged.hex'
 +
Preparing solution 'build'
 +
Preparing project 'all'
 +
Preparing project 'zephyr/zephyr.elf'
 +
Preparing project 'zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj'
 +
Preparing project 'zephyr/zephyr_prebuilt.elf'
 +
Preparing project 'app/libapp.a'
 +
Preparing project 'zephyr/libzephyr.a'
 +
Preparing project 'zephyr/arch/common/libarch__common.a'
 +
Preparing project 'zephyr/arch/common/libisr_tables.a'
 +
Preparing project 'zephyr/arch/arch/arm/core/aarch32/libarch__arm__core__aarch32.a'
 +
Preparing project 'zephyr/arch/arch/arm/core/aarch32/cortex_m/libarch__arm__core__aarch32__cortex_m.a'
 +
Preparing project 'zephyr/arch/arch/arm/core/aarch32/cortex_m/cmse/libarch__arm__core__aarch32__cortex_m__cmse.a'
 +
Preparing project 'zephyr/arch/arch/arm/core/aarch32/mpu/libarch__arm__core__aarch32__mpu.a'
 +
Preparing project 'zephyr/lib/libc/newlib/liblib__libc__newlib.a'
 +
Preparing project 'zephyr/lib/posix/liblib__posix.a'
 +
Preparing project 'zephyr/soc/arm/common/cortex_m/libsoc__arm__common__cortex_m.a'
 +
Preparing project 'zephyr/boards/boards/arm/thingy91_nrf9160ns/lib..__nrf__boards__arm__thingy91_nrf9160.a'
 +
Preparing project 'zephyr/subsys/dfu/boot/libsubsys__dfu__boot.a'
 +
Preparing project 'zephyr/subsys/net/libsubsys__net.a'
 +
Preparing project 'zephyr/subsys/net/ip/libsubsys__net__ip.a'
 +
Preparing project 'zephyr/subsys/net/lib/mqtt/libsubsys__net__lib__mqtt.a'
 +
Preparing project 'zephyr/subsys/random/libsubsys__random.a'
 +
Preparing project 'zephyr/subsys/timing/libsubsys__timing.a'
 +
Preparing project 'zephyr/drivers/gpio/libdrivers__gpio.a'
 +
Preparing project 'zephyr/drivers/i2c/libdrivers__i2c.a'
 +
Preparing project 'zephyr/drivers/sensor/iis2dh/libdrivers__sensor__iis2dh.a'
 +
Preparing project 'zephyr/drivers/sensor/lis2dh/libdrivers__sensor__lis2dh.a'
 +
Preparing project 'zephyr/drivers/sensor/stmemsc/libdrivers__sensor__stmemsc.a'
 +
Preparing project 'zephyr/drivers/spi/libdrivers__spi.a'
 +
Preparing project 'zephyr/drivers/flash/libdrivers__flash.a'
 +
Preparing project 'zephyr/drivers/serial/libdrivers__serial.a'
 +
Preparing project 'zephyr/drivers/entropy/libdrivers__entropy.a'
 +
Preparing project 'modules/nrf/lib/nrf_modem_lib/lib..__nrf__lib__nrf_modem_lib.a'
 +
Preparing project 'modules/nrf/lib/at_cmd/lib..__nrf__lib__at_cmd.a'
 +
Preparing project 'modules/nrf/lib/at_notif/lib..__nrf__lib__at_notif.a'
 +
Preparing project 'modules/nrf/lib/at_host/lib..__nrf__lib__at_host.a'
 +
Preparing project 'modules/nrf/lib/at_cmd_parser/lib..__nrf__lib__at_cmd_parser.a'
 +
Preparing project 'modules/nrf/lib/lte_link_control/lib..__nrf__lib__lte_link_control.a'
 +
Preparing project 'modules/nrf/lib/modem_info/lib..__nrf__lib__modem_info.a'
 +
Preparing project 'modules/nrf/lib/fatal_error/lib..__nrf__lib__fatal_error.a'
 +
Preparing project 'modules/nrf/lib/date_time/lib..__nrf__lib__date_time.a'
 +
Preparing project 'modules/nrf/subsys/net/lib/download_client/lib..__nrf__subsys__net__lib__download_client.a'
 +
Preparing project 'modules/nrf/subsys/net/lib/fota_download/lib..__nrf__subsys__net__lib__fota_download.a'
 +
Preparing project 'modules/nrf/subsys/net/lib/aws_jobs/lib..__nrf__subsys__net__lib__aws_jobs.a'
 +
Preparing project 'modules/nrf/subsys/net/lib/aws_fota/lib..__nrf__subsys__net__lib__aws_fota.a'
 +
Preparing project 'modules/nrf/subsys/net/lib/aws_iot/lib..__nrf__subsys__net__lib__aws_iot.a'
 +
Preparing project 'modules/nrf/subsys/dfu/dfu_target/lib..__nrf__subsys__dfu__dfu_target.a'
 +
Preparing project 'modules/nrf/subsys/fw_info/lib..__nrf__subsys__fw_info.a'
 +
Preparing project 'modules/mcuboot/boot/bootutil/zephyr/libmcuboot_util.a'
 +
Preparing project 'modules/cjson/libcjson.a'
 +
Preparing project 'modules/cmsis/CMSIS/DSP/Source/BasicMathFunctions/lib..__modules__hal__cmsis__CMSIS__DSP__Source__BasicMathFunctions.a'
 +
Preparing project 'modules/cmsis/CMSIS/DSP/Source/TransformFunctions/lib..__modules__hal__cmsis__CMSIS__DSP__Source__TransformFunctions.a'
 +
Preparing project 'modules/cmsis/CMSIS/DSP/Source/CommonTables/lib..__modules__hal__cmsis__CMSIS__DSP__Source__CommonTables.a'
 +
Preparing project 'modules/hal_nordic/nrfx/libmodules__hal_nordic__nrfx.a'
 +
Preparing project 'zephyr/kernel/libkernel.a'
 +
Restoring state from previous session
 +
Preparing to load data
 +
Loading session data from file
 +
SEGGER Embedded Studio is ready to use
 +
-->
  
  
 
<!-- comment -->
 
<!-- comment -->

Latest revision as of 18:33, 15 December 2021


(1)

Path to firmware executables built by Segger directed toolchain:

/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-2/Output/Debug/Exe/kionix-driver-demo.bin


(2)

ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$ find . -name zephyr.h
./zephyr/include/zephyr.h
./zephyr/include/devicetree/zephyr.h
ted@localhost:~/projects/zephyr-based/z4-sandbox-kionix-work$


(3)

Missing Zephyr source files during build of first personal Zephyr app opened via SES Nordic's "File > Open nRF Connect SDK Project..." option. Errors of files missing end with strange error which seems like a script variable failing to expand:

 .
 .
 .
119 Building 'zephyr/misc/generated/syscalls_links/include_dt-bindings_pinctrl' from solution 'build' in configuration 'Common'
120 Building 'zephyr/misc/generated/syscalls_links/include_dt-bindings_pwm' from solution 'build' in configuration 'Common'
121 Building 'zephyr/misc/generated/syscalls_links/include_dt-bindings_rdc' from solution 'build' in configuration 'Common'
122 Building 'zephyr/misc/generated/syscalls_links/include_dt-bindings_sensor' from solution 'build' in configuration 'Common'
123 Building 'zephyr/misc/generated/syscalls_links/include_dt-bindings_usb' from solution 'build' in configuration 'Common'
124 Building 'zephyr/misc/generated/syscalls_links/include_mgmt_mcumgr' from solution 'build' in configuration 'Common'
125 Building 'zephyr/misc/generated/syscalls_links/include_posix_arpa' from solution 'build' in configuration 'Common'
126 Building 'zephyr/misc/generated/syscalls_links/include_posix_net' from solution 'build' in configuration 'Common'
127 Building 'zephyr/misc/generated/syscalls_links/include_posix_netinet' from solution 'build' in configuration 'Common'
128 Building 'zephyr/misc/generated/syscalls_links/include_posix_sys' from solution 'build' in configuration 'Common'
129 Building 'zephyr/misc/generated/syscalls_links/include_usb_class' from solution 'build' in configuration 'Common'
130 Building 'zephyr/misc/generated/syscalls_subdirs.trigger' from solution 'build' in configuration 'Common'
131 1> Checking 'zephyr/misc/generated/syscalls_subdirs.trigger'
132 1> 'zephyr/misc/generated/syscalls_subdirs.trigger' is up to date
133 Building 'zephyr/misc/generated/syscalls.json' from solution 'build' in configuration 'Common'
134 1> Checking 'zephyr/misc/generated/syscalls.json'
135 1> zephyr/misc/generated/syscalls.json does not exist.
136 1> Combining 'zephyr/misc/generated/syscalls.json'
137 1> /usr/bin/python3.8 /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/scripts/parse_syscalls.py --include /home/ted/projects/zephyr-ba    sed/z4-sandbox-kionix-work/zephyr/include --include /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/drivers --include /home/ted/projec    ts/zephyr-based/z4-sandbox-kionix-work/zephyr/subsys/net --json-file /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/bu    ild_sparkfun_thing_plus_nrf9160/zephyr/misc/generated/syscalls.json --tag-struct-file /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driv    er-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/misc/generated/struct_tags.json
138 Building 'zephyr/misc/generated/struct_tags.json' from solution 'build' in configuration 'Common'
139 Building 'zephyr/CMakeFiles/parse_syscalls_target' from solution 'build' in configuration 'Common'
140 Building 'zephyr/parse_syscalls_target' from solution 'build' in configuration 'Common'
141 Building 'zephyr/include/generated/driver-validation.h' from solution 'build' in configuration 'Common'
142 1> Checking 'zephyr/include/generated/driver-validation.h'
143 1> zephyr/include/generated/driver-validation.h does not exist.
144 1> Combining 'zephyr/include/generated/driver-validation.h'
145 1> /usr/bin/python3.8 /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/scripts/gen_kobject_list.py --validation-output /home/ted/projec    ts/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/include/generated/driver-validation.h --includ    e /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/misc/generated/struct_tags.j    son
146 Building 'zephyr/CMakeFiles/driver_validation_h_target' from solution 'build' in configuration 'Common'
147 Building 'zephyr/driver_validation_h_target' from solution 'build' in configuration 'Common'
148 Building 'zephyr/include/generated/kobj-types-enum.h' from solution 'build' in configuration 'Common'
149 1> Checking 'zephyr/include/generated/kobj-types-enum.h'
150 1> zephyr/include/generated/kobj-types-enum.h does not exist.
151 1> Combining 'zephyr/include/generated/kobj-types-enum.h'
152 1> /usr/bin/python3.8 /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/scripts/gen_kobject_list.py --kobj-types-output /home/ted/projec    ts/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/include/generated/kobj-types-enum.h --kobj-oty    pe-output /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/include/generated/ot    ype-to-str.h --kobj-size-output /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephy    r/include/generated/otype-to-size.h --include /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus    _nrf9160/zephyr/misc/generated/struct_tags.json
153 Building 'zephyr/include/generated/otype-to-str.h' from solution 'build' in configuration 'Common'
154 Building 'zephyr/CMakeFiles/kobj_types_h_target' from solution 'build' in configuration 'Common'
155 Building 'zephyr/include/generated/otype-to-size.h' from solution 'build' in configuration 'Common'
156 Building 'zephyr/kobj_types_h_target' from solution 'build' in configuration 'Common'
157 Building 'zephyr/include/generated/syscall_list.h' from solution 'build' in configuration 'Common'
158 1> Checking 'zephyr/include/generated/syscall_list.h'
159 1> zephyr/include/generated/syscall_dispatch.c does not exist.
160 1> Combining 'zephyr/include/generated/syscall_list.h'
161 1> /usr/bin/python3.8 /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/scripts/gen_syscalls.py --json-file /home/ted/projects/zephyr-ba    sed/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/misc/generated/syscalls.json --base-output include/generat    ed/syscalls --syscall-dispatch include/generated/syscall_dispatch.c --syscall-list /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-    demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/include/generated/syscall_list.h --split-type k_timeout_t
162 Building 'zephyr/CMakeFiles/syscall_list_h_target' from solution 'build' in configuration 'Common'
163 Building 'zephyr/include/generated/syscall_dispatch.c' from solution 'build' in configuration 'Common'
164 Building 'zephyr/syscall_list_h_target' from solution 'build' in configuration 'Common'
165 Building 'cmake_object_order_depends_target_offsets' from solution 'build' in configuration 'Common'
166 Building 'zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj' from solution 'build' in configuration 'Common'
167 2> Checking 'offsets.c'
168 2> zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj does not exist.
169 2> Compiling 'offsets.c'
170 2> /opt/zephyr-sdk-0.12.4/arm-zephyr-eabi/bin/bin/arm-none-eabi-gcc -DBUILD_VERSION=v2.6.0-rc1-ncs1 -DKERNEL -DNRF9160_XXAA -DUSE_PARTITION_MANAGER=    0 -D_FORTIFY_SOURCE=2 -D__PROGRAM_START -D__ZEPHYR__=1 -I/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/kernel/include -I/home/ted/pr    ojects/zephyr-based/z4-sandbox-kionix-work/zephyr/arch/arm/include -I/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/include -I/home/t    ed/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/include/generated -I/home/ted/project    s/zephyr-based/z4-sandbox-kionix-work/zephyr/soc/arm/nordic_nrf/nrf91 -I/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrf/include -I/home/t    ed/projects/zephyr-based/z4-sandbox-kionix-work/kionix-drivers/drivers -I/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/kionix-drivers/drive    rs/kionix/kx132-1211 -I/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/modules/hal/cmsis/CMSIS/Core/Include -I/home/ted/projects/zephyr-based    /z4-sandbox-kionix-work/modules/hal/nordic/nrfx -I/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/modules/hal/nordic/nrfx/drivers/include -I/    home/ted/projects/zephyr-based/z4-sandbox-kionix-work/modules/hal/nordic/nrfx/mdk -I/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/mo    dules/hal_nordic/nrfx/. -isystem /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr/lib/libc/minimal/include -isystem /opt/zephyr-sdk-0.1    2.4/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.2.0/include -isystem /opt/zephyr-sdk-0.12.4/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.    2.0/include-fixed -isystem /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/nrfxlib/crypto/nrf_cc310_platform/include -Os -imacros /home/ted/p    rojects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/include/generated/autoconf.h -ffreestandi    ng -fno-common -g -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -imacros /home/ted/projects/zephyr-based/z4-sandbox-kionix-work/ze    phyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-pointer-sign -Wpointer-arith -Wexpans    ion-to-defined -Wno-address-of-packed-member -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fn    o-strict-overflow -fno-reorder-functions -fno-defer-pop -fmacro-prefix-map=/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/00-driver-demo-cop    y-3=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/ted/projects/zephyr-based/z4-sandbox-kionix-work/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/ted/proje    cts/zephyr-based/z4-sandbox-kionix-work=WEST_TOPDIR -ffunction-sections -fdata-sections -std=c99 -nostdinc -MD -MF /home/ted/projects/zephyr-based/z    4-sandbox-kionix-work/00-driver-demo-copy-3/build_sparkfun_thing_plus_nrf9160/zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj.d -f    no-diagnostics-show-caret -o zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj -c /home/ted/projects/zephyr-based/z4-sandbox-kionix-    work/zephyr/arch/arm/core/offsets/offsets.c
171 Build failed

A search for source file 'offsets.c' in the ncs/nrf software developement kit gives:

ted@localhost:~/projects/embedded/ncs$ find . -name offsets.c
./v1.4.1/zephyr/arch/x86/core/offsets/offsets.c
./v1.4.1/zephyr/arch/posix/core/offsets/offsets.c
./v1.4.1/zephyr/arch/arm/core/offsets/offsets.c
./v1.4.1/zephyr/arch/riscv/core/offsets/offsets.c
./v1.4.1/zephyr/arch/xtensa/core/offsets/offsets.c
./v1.4.1/zephyr/arch/arc/core/offsets/offsets.c
./v1.4.1/zephyr/arch/nios2/core/offsets/offsets.c
./zephyr/arch/x86/core/offsets/offsets.c
./zephyr/arch/posix/core/offsets/offsets.c
./zephyr/arch/arm/core/offsets/offsets.c
./zephyr/arch/arm64/core/offsets/offsets.c
./zephyr/arch/riscv/core/offsets/offsets.c
./zephyr/arch/xtensa/core/offsets/offsets.c
./zephyr/arch/arc/core/offsets/offsets.c
./zephyr/arch/nios2/core/offsets/offsets.c
./zephyr/arch/sparc/core/offsets/offsets.c
ted@localhost:~/projects/embedded/ncs$

In SES top menu "Tools > Options" changing value of "Zephyr base" from "$HOME/zephyrproject/zephyr" to "$HOME/projects/zephyr-based/z4-sandbox-kionix-work/zephyr".