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

Can not load the asset_tracker project

I have searched the devzone and couldn't find any solution

followed the instructions from Nrf Connecta dn verified as well.. using 

tag v1.1.0 (have done west update)

using SES 4.30c  as suggested by nrf connect (latest SES did not work for me either)

verify all on nrf connect was successful.

Executing load commands
cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=C:/nrf/fw-nrfconnect-nrf/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/nrf/fw-nrfconnect-nrf/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090 -HC:/nrf/fw-nrfconnect-nrf/ncs/nrf/applications/asset_tracker -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:/nrf/ses/html/configure_nordic_project_menuconfig.py
-- Zephyr version: 2.1.99
-- git describe failed: fatal: No tags can describe '924b7938af13d22feb5ee52b08ce807c788b5317'.
Try --always, or create some tags.;
BUILD_VERSION is left undefined
-- Selected BOARD nrf9160_pca10090
-- Found west: C:/Python38/Scripts/west.exe (found suitable version "0.6.3", minimum required is "0.6.0")
-- Loading C:/nrf/fw-nrfconnect-nrf/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base
Devicetree configuration written to C:/nrf/fw-nrfconnect-nrf/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090/zephyr/include/generated/devicetree.conf

warning: BSD_LIBRARY (defined at C:/nrf/fw-nrfconnect-nrf/ncs/nrf\lib\bsdlib/Kconfig:8) has direct dependencies TRUSTED_EXECUTION_NONSECURE with value n, but is currently being y-selected by the following symbols:
Parsing C:/nrf/fw-nrfconnect-nrf/ncs/nrf/applications/asset_tracker/Kconfig
C:/nrf/fw-nrfconnect-nrf/ncs/nrf\lib\fprotect/Kconfig:20: WARNING: dt_int_val is deprecated.
C:/nrf/fw-nrfconnect-nrf/ncs/bootloader/mcuboot/zephyr/Kconfig:37: WARNING: dt_int_val is deprecated.
Loaded configuration 'C:/nrf/fw-nrfconnect-nrf/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090_defconfig'
Merged configuration 'C:/nrf/fw-nrfconnect-nrf/ncs/nrf/applications/asset_tracker/prj.conf'
- MODEM_INFO (defined at C:/nrf/fw-nrfconnect-nrf/ncs/nrf\lib\modem_info/Kconfig:7), with value y, direct dependencies y (value: y)

error: Aborting due to Kconfig warnings

CMake Error at C:/nrf/fw-nrfconnect-nrf/ncs/zephyr/cmake/kconfig.cmake:216 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/nrf/fw-nrfconnect-nrf/ncs/zephyr/cmake/app/boilerplate.cmake:461 (include)
CMakeLists.txt:12 (include)


-- Configuring incomplete, errors occurred!
Project load failed
Reported error: solution load command failed (1)

Parents Reply Children
No Data
Related