Hello,
I am using the nRF9160 Dev. Kit and I am getting the following error by trying to load any samples.
Loading solution asset_tracker.emProject
Executing load commands
cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=C:/Users/alcala_an/Documents/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb/7 2018-q2-update -BC:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090 -HC:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:/Users/alcala_an/Documents/arm_segger_embedded_studio_v420a_win_x64_nordic/html/configure_nordic_project_menuconfig.py
Failed to create ConsoleBuf!
setActiveInputCodepage failed!
Failed to create ConsoleBuf!
setActiveInputCodepage failed!
-- Using application from 'C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker'
Zephyr version: 2.0.99
-- git describe failed: fatal: No names found, cannot describe anything.;
BUILD_VERSION is left undefined
-- Selected BOARD nrf9160_pca10090
-- Cache files will be written to: C:\Users\alcala_an\AppData\Local/.cache/zephyr
USING OUT OF TREE BOARD
-- Loading C:/Users/alcala_an/Documents/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base
-- Overlaying C:/Users/alcala_an/Documents/FW/ncs/zephyr/dts/common/common.dts
Devicetree configuration written to C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090/zephyr/include/generated/generated_dts_board.conf
warning: MQTT_LIB_TLS (defined at subsys/net/lib/mqtt/Kconfig:30) was assigned the value 'y' but got
the value 'n'. You can check symbol information (including dependencies) in the 'menuconfig'
interface (see the Application Development Primer section of the manual), or in the Kconfig
reference at docs.zephyrproject.org/.../CONFIG_MQTT_LIB_TLS.html (which
is updated regularly from the master branch). See the 'Setting configuration values' section of the
Board Porting Guide as well.
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:13: warning: attempt to assign the value 'y' to the undefined symbol MQTT_SOCKET_LIB
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:15: warning: attempt to assign the value '2048' to the undefined symbol MQTT_MAX_PACKET_LENGTH
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:19: warning: attempt to assign the value 'y' to the undefined symbol LTE_LINK_CONTROL
Parsing Kconfig tree in C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/Kconfig
Loaded configuration 'C:/Users/alcala_an/Documents/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090_defconfig'
Merged configuration 'C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf'
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:20: warning: attempt to assign the value 'n' to the undefined symbol LTE_AUTO_INIT_AND_CONNECT
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:23: warning: attempt to assign the value 'y' to the undefined symbol MODEM_INFO
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:26: warning: attempt to assign the value 'y' to the undefined symbol BSD_LIBRARY
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:29: warning: attempt to assign the value 'y' to the undefined symbol NRF_CLOUD
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:36: warning: attempt to assign the value 'y' to the undefined symbol DK_LIBRARY
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:37: warning: attempt to assign the value 'n' to the undefined symbol DK_LIBRARY_INVERT_LEDS
C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:50: warning: attempt to assign the value '1024' to the undefined symbol GPS_SIM_THREAD_STACK_SIZE
Error: Aborting due to non-whitelisted Kconfig warning
'C:/Users/alcala_an/Documents/ncs/nrf/applications/asset_tracker/prj.conf:13: warning: attempt to
assign the value 'y' to the undefined symbol MQTT_SOCKET_LIB'. Note: If this warning doesn't point
to an actual problem, you can add it to the whitelist at the top of
C:/Users/alcala_an/Documents/FW/ncs/zephyr/scripts/kconfig/kconfig.py.
CMake Error at C:/Users/alcala_an/Documents/FW/ncs/zephyr/cmake/kconfig.cmake:227 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/Users/alcala_an/Documents/FW/ncs/zephyr/cmake/app/boilerplate.cmake:567 (include)
CMakeLists.txt:11 (include)
-- Configuring incomplete, errors occurred!
Project load failed
Reported error: solution load command failed (1)
Thanks,
Ana