This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Segger Embedded Studio - nRF Connect SDK: create_nordic_project.py failed

I recently installed nrf connect sdk manually on windows 10.I found that i am able to open sample projects in segger embedded studio but not able to open our developed project. Any idea on how to resolve the error I am getting?

SDK release : 1.3.0


Output log

Creating solution LTE9160_bridge.emProject
cmake -GNinja -DBOARD=nrf9160dk_nrf9160ns -DBOARD_DIR=C:\Users\WiINCDC242\ncs\zephyr\boards\arm\nrf9160dk_nrf9160 -BC:\Users\WiINCDC242\ncs\nrf\samples\nrf9160\LTE9160_bridge\build_nrf9160dk_nrf9160ns -SC:\Users\WiINCDC242\ncs\nrf\samples\nrf9160\LTE9160_bridge -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:\gnuarmemb\8_ 2019-q3-update -DDTC_OVERLAY_FILE=C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/nrf9160dk_nrf9160ns.overlay -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:\Users\WiINCDC242\Downloads\EmbeddedStudio_ARM_Nordic_v568_win_x64\arm_segger_embedded_studio_v568_win_x64_nordic/html/configure_nordic_project_menuconfig.py
-- Application: C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge
-- Zephyr version: 2.3.0-rc1 (C:/Users/WiINCDC242/ncs/zephyr)
-- Board: nrf9160dk_nrf9160ns
-- Found west: C:/Python310/Scripts/west.exe (found suitable version "0.12.0", minimum required is "0.7.1")
-- 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/8_ 2019-q3-update)
-- Found BOARD.dts: C:/Users/WiINCDC242/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns.dts
-- Found devicetree overlay: C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/nrf9160dk_nrf9160ns.overlay
-- Generated zephyr.dts: C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/build_nrf9160dk_nrf9160ns/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/build_nrf9160dk_nrf9160ns/zephyr/include/generated/devicetree_unfixed.h
Parsing C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/Kconfig
Loaded configuration 'C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/build_nrf9160dk_nrf9160ns/zephyr/.config'
No change to configuration in 'C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/build_nrf9160dk_nrf9160ns/zephyr/.config'
No change to Kconfig header in 'C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/build_nrf9160dk_nrf9160ns/zephyr/include/generated/autoconf.h'
-- Cache files will be written to: C:/Users/WiINCDC242/ncs/zephyr/.cache
-- Configuring incomplete, errors occurred!
See also "C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/build_nrf9160dk_nrf9160ns/CMakeFiles/CMakeOutput.log".
See also "C:/Users/WiINCDC242/ncs/nrf/samples/nrf9160/LTE9160_bridge/build_nrf9160dk_nrf9160ns/CMakeFiles/CMakeError.log".
CMake Deprecation Warning at C:/Users/WiINCDC242/ncs/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):
CMakeLists.txt:9 (include)


nrf9160dk_nrf9160ns.dts.pre.tmp:394.32-398.5: Warning (simple_bus_reg): /soc/cryptocell-sw: missing or empty reg/ranges property
nrf9160dk_nrf9160ns.dts.pre.tmp:93.42-105.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:202.18-208.3: Warning (unique_unit_address_if_enabled): /soc/peripheral@40000000/uart@a000: duplicate unit-address (also used in node /soc/peripheral@40000000/i2c@a000)
also defined at nrf9160dk_nrf9160ns.dts.pre.tmp:504.8-507.3
also defined at nrf9160dk_nrf9160ns.dts.pre.tmp:606.8-611.3
nrf9160dk_nrf9160ns.dts.pre.tmp:342.19-348.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 C:/Users/WiINCDC242/ncs/zephyr/cmake/extensions.cmake:1457 (message):
Assertion failed: Cannot locate SUPL Client library, should be located in
your nrf repo ext/lib/bin/supl.
Call Stack (most recent call first):
C:/Users/WiINCDC242/ncs/nrf/ext/CMakeLists.txt:11 (assert)

error: cmake failed
create_nordic_project.py failed (1)

Parents Reply Children
Related