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

Project load failed(nRF9160 DK)

I have been setting up nRF9160 DK following nRF Connect SDK.

OS: Windows 10, 32 bit

I have trouble when I load asset_tracker.

I guess ninja would be related to this error. I installed ninja, but cannot verify it on the SDK.

Any help?

Here is the output log in SEGGER Embedded Studio.

Loading solution asset_tracker.emProject
Executing load commands
cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=C:/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=c:/gnuarmemb -BC:/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build -HC:/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker
-- Found PythonInterp: C:/Users/NEC-PCuser/AppData/Local/Programs/Python/Python37-32/python.exe (found suitable version "3.7.2", minimum required is "3.4") 
-- Selected BOARD nrf9160_pca10090
Zephyr version: 1.13.99
Parsing Kconfig tree in C:/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/Kconfig
Loading C:/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build/zephyr/.config as base
-- Loading C:/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base
-- Overlaying C:/nRF9160/ncs/zephyr/dts/common/common.dts
nrf9160_pca10090.dts_compiled: Warning (unit_address_format): /soc/adc@0x4000e000: unit name should not have leading "0x"
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40008000: duplicate unit-address (also used in node /soc/i2c@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40009000: duplicate unit-address (also used in node /soc/i2c@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000a000: duplicate unit-address (also used in node /soc/i2c@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000b000: duplicate unit-address (also used in node /soc/i2c@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40008000: duplicate unit-address (also used in node /soc/spi@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@40008000: duplicate unit-address (also used in node /soc/spi@40008000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@40009000: duplicate unit-address (also used in node /soc/spi@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@40009000: duplicate unit-address (also used in node /soc/spi@40009000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000a000: duplicate unit-address (also used in node /soc/spi@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@4000a000: duplicate unit-address (also used in node /soc/spi@4000a000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/uart@4000b000: duplicate unit-address (also used in node /soc/spi@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/i2c@4000b000: duplicate unit-address (also used in node /soc/spi@4000b000)
nrf9160_pca10090.dts_compiled: Warning (unique_unit_address): /soc/clock@40005000: duplicate unit-address (also used in node /soc/power@40005000)
-- Cache files will be written to: C:\Users\NEC-PCuser\AppData\Local/.cache/zephyr
CMake Error at C:/nRF9160/ncs/zephyr/CMakeLists.txt:11 (project):
Running

'C:/ProgramData/chocolatey/bin/ninja.exe' '--version'

failed with:



a??a?3a??a?≪a??a??a?|a??a?aa??a??a??: System.ComponentModel.Win32Exception:
a??aR?a??a??a??aR?e!?a? ̄e??a??a?!a??a?≪a? ̄a??a?R OS
a??a?ca??a??a??a?ca??a??a?≪a ̄?a??a?|a??a?1a?aa?¢a??a?aa?±a??a?・a?§a?3a?§a? ̄a??a??a??a??a??a€?
-- Configuring incomplete, errors occurred!
See also "C:/nRF9160/ncs/nrf/samples/nrf9160/asset_tracker/build/CMakeFiles/CMakeOutput.log".


a?´a?€ System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
a?´a?€ System.Diagnostics.Process.Start()
a?´a?€ shim.CommandExecutor.execute(String process, String arguments, String working_directory, Boolean is_gui, Boolean wait_for_exit, Boolean requires_elevation)
a?´a?€ shim.ShimProgram.Main(String[] args)



Project load failed
Reported error: solution load command failed (1)

Parents Reply Children
No Data
Related