This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF9160 DK - Getting started

Hello,

I have trouble to create a project on NRF9160 DK.

I follow all the steps on getting starting guide and i also check all the steps on getting starting assistant.

But when i'm create the project, i have an error that i don't understand, i put the information of the terminal below

Thank you in advance for your help!

Creating solution hello_world.emProject
C:/Program Files/CMake/bin/cmake.exe -GNinja -DBOARD=nrf9160dk_nrf9160ns -DBOARD_DIR=D:\logiciels stage\v1.5.1\zephyr\boards\arm\nrf9160dk_nrf9160 -BD:\logiciels stage\v1.5.1\zephyr\samples\hello_world\build_nrf9160dk_nrf9160ns -SD:\logiciels stage\v1.5.1\zephyr\samples\hello_world -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:\gnuarmemb\9 2019-q4-major -DPYTHON_EXECUTABLE=C:/Python39/python.exe -DCMAKE_MAKE_PROGRAM=C:/ProgramData/chocolatey/bin/ninja.exe -DDTC=C:/ProgramData/chocolatey/bin/dtc.exe -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=D:\logiciels stage\v1.5.1\toolchain\segger_embedded_studio/html/configure_nordic_project_menuconfig.py
-- Application: D:/logiciels stage/v1.5.1/zephyr/samples/hello_world
-- Zephyr version: 2.4.99 (D:/logiciels stage/v1.5.1/zephyr)
-- Found Python3: D:/logiciels stage/v1.5.1/toolchain/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter 
-- Found west (found suitable version "0.9.0", minimum required is "0.7.1")
-- Board: nrf9160dk_nrf9160ns, Revision: 0.7.0
-- Cache files will be written to: D:/logiciels stage/v1.5.1/zephyr/.cache
-- Found dtc: C:/ProgramData/chocolatey/bin/dtc.exe (found suitable version "1.5.0", minimum required is "1.4.6")
-- Found toolchain: gnuarmemb (C:/gnuarmemb/9 2019-q4-major)
-- Found BOARD.dts: D:/logiciels stage/v1.5.1/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.dts
-- Generated zephyr.dts: D:/logiciels stage/v1.5.1/zephyr/samples/hello_world/build_nrf9160dk_nrf9160ns/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: D:/logiciels stage/v1.5.1/zephyr/samples/hello_world/build_nrf9160dk_nrf9160ns/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: D:/logiciels stage/v1.5.1/zephyr/samples/hello_world/build_nrf9160dk_nrf9160ns/zephyr/include/generated/device_extern.h
-- Configuring incomplete, errors occurred!
Including boilerplate (Zephyr base): D:/logiciels stage/v1.5.1/zephyr/cmake/app/boilerplate.cmake
-- Using NCS Toolchain 1.5.1 for building. (D:/logiciels stage/v1.5.1/toolchain/cmake)
nrf9160dk_nrf9160ns.dts.pre.tmp:366.32-370.5: Warning (simple_bus_reg): /soc/cryptocell-sw: missing or empty reg/ranges property
nrf9160dk_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)
nrf9160dk_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)
CMake Error at D:/logiciels stage/v1.5.1/zephyr/cmake/kconfig.cmake:204 (message):
  File not found: D:/logiciels
Call Stack (most recent call first):
  D:/logiciels stage/v1.5.1/zephyr/cmake/app/boilerplate.cmake:534 (include)
  D:/logiciels stage/v1.5.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
  D:/logiciels stage/v1.5.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
  CMakeLists.txt:5 (find_package)



error: cmake failed
create_nordic_project.py failed (1)

Related