Hi Great Nordic Support Teams:
Our client is developing their BLE products with 5340 , and they'd like to use NCS SDK 1.4.0.
They setting up the NCS environment with nrf connect "toolchain manager", here is their system report :
"
The PC system information
# nRFConnect System Report - 2020-11-05T07-57-47.985Z
- System: Dell Inc. Latitude 5401
- BIOS: Dell Inc. DELL - 1072009
- CPU: 1 x Intel Core
i5-9300H 2.40 GHz 8 cores (4 physical)
- Memory: 25.3 GB free of 31.8 GB total
- Filesystem: C: (NTFS) 400 GB 66.0% used
- OS: Microsoft Windows 10 專業版 (10.0.18362) win32 ia32
- Versions
- kernel: 10.0.18362
- git: 2.26.0.windows.1
- node: 12.13.0
- python:
- python3:
- Connected devices:
"
They build asset tracker with SES, but encountered issue like ticket: 259108
Here is their error log which SEGGER showed while build "asset tracker" project:
Creating solution asset_tracker.emProject
C:/SDK/v1.4.0/toolchain/opt/bin/cmake.exe -GNinja -DBOARD=nrf9160dk_nrf9160ns -DBOARD_DIR=C:\SDK\v1.4.0\zephyr\boards\arm\nrf9160dk_nrf9160 -BC:\SDK\v1.4.0\nrf\applications\asset_tracker\build_nrf9160dk_nrf9160ns -SC:\SDK\v1.4.0\nrf\applications\asset_tracker -DNCS_TOOLCHAIN_VERSION=1.4.0 -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:\SDK\v1.4.0\toolchain\segger_embedded_studio/html/configure_nordic_project_menuconfig.py
-- Application: C:/SDK/v1.4.0/nrf/applications/asset_tracker
-- Zephyr version: 2.4.0 (C:/SDK/v1.4.0/zephyr)
-- Found Python3: C:/SDK/v1.4.0/toolchain/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter
-- Found west (found suitable version "0.7.2", minimum required is "0.7.1")
-- Board: nrf9160dk_nrf9160ns
-- Cache files will be written to: C:/SDK/v1.4.0/zephyr/.cache
-- Found dtc: C:/SDK/v1.4.0/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found toolchain: gnuarmemb (C:/SDK/v1.4.0/toolchain/opt)
-- Found BOARD.dts: C:/SDK/v1.4.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.dts
-- Generated zephyr.dts: C:/SDK/v1.4.0/nrf/applications/asset_tracker/build_nrf9160dk_nrf9160ns/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/SDK/v1.4.0/nrf/applications/asset_tracker/build_nrf9160dk_nrf9160ns/zephyr/include/generated/devicetree_unfixed.h
Parsing C:/SDK/v1.4.0/nrf/applications/asset_tracker/Kconfig
Loaded configuration 'C:/SDK/v1.4.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig'
Merged configuration 'C:/SDK/v1.4.0/nrf/applications/asset_tracker/prj.conf'
Configuration saved to 'C:/SDK/v1.4.0/nrf/applications/asset_tracker/build_nrf9160dk_nrf9160ns/zephyr/.config'
Kconfig header saved to 'C:/SDK/v1.4.0/nrf/applications/asset_tracker/build_nrf9160dk_nrf9160ns/zephyr/include/generated/autoconf.h'
-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is GNU 9.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/SDK/v1.4.0/toolchain/opt/bin/arm-none-eabi-gcc.exe
-- Application: C:/SDK/v1.4.0/nrf/samples/spm
-- Zephyr version: 2.4.0 (C:/SDK/v1.4.0/zephyr)
-- Found Python3: C:/SDK/v1.4.0/toolchain/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter
-- Found west (found suitable version "0.7.2", minimum required is "0.7.1")
-- Board: nrf9160dk_nrf9160
-- Cache files will be written to: C:/SDK/v1.4.0/zephyr/.cache
-- Found dtc: C:/SDK/v1.4.0/toolchain/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found toolchain: gnuarmemb (C:/SDK/v1.4.0/toolchain/opt)
-- Found BOARD.dts: C:/SDK/v1.4.0/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160.dts
-- Found devicetree overlay: C:/SDK/v1.4.0/nrf/samples/spm/nrf9160dk_nrf9160.overlay
Including boilerplate (Zephyr base): C:/SDK/v1.4.0/zephyr/cmake/app/boilerplate.cmake
-- Using NCS Toolchain 1.4.0 for building. (C:/SDK/v1.4.0/toolchain/cmake)
Changed board to secure nrf9160dk_nrf9160 (NOT NS)
=== child image spm - begin ===
Including boilerplate (Zephyr base): C:/SDK/v1.4.0/zephyr/cmake/app/boilerplate.cmake
-- Using NCS Toolchain 1.4.0 for building. (C:/SDK/v1.4.0/toolchain/cmake)
error: cmake failed
create_nordic_project.py failed (1)
Please help us to verify that issue.
Any suggestion will be great, thanks in advance!
Wright
