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

Error by loading solution on SES

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

Parents
  • Hi,

    cmake -GNinja -DBOARD=nrf9160_pca10090

    Make sure to build for board nrf9160_pca10090ns

      

  • Thank you for the advise, I did not see I was using the wrong board. Unfortunately I am still getting the issue. 

    Loading solution at_client.emProject
    Executing load commands
    cmake -GNinja -DBOARD=nrf9160_pca10090ns -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/samples/nrf9160/at_client/build_nrf9160_pca10090ns -HC:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client -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/samples/nrf9160/at_client'
    Zephyr version: 2.0.99
    -- Selected BOARD nrf9160_pca10090ns
    -- 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_pca10090ns.dts as base
    -- Overlaying C:/Users/alcala_an/Documents/ncs/zephyr/dts/common/common.dts
    Devicetree configuration written to C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/build_nrf9160_pca10090ns/zephyr/include/generated/generated_dts_board.conf



    C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/prj.conf:17: warning: attempt to assign the value 'y' to the undefined symbol BSD_LIBRARY



    C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/prj.conf:20: warning: attempt to assign the value 'y' to the undefined symbol AT_HOST_LIBRARY

    Parsing Kconfig tree in C:/Users/alcala_an/Documents/ncs/zephyr/Kconfig

    Loaded configuration 'C:/Users/alcala_an/Documents/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090ns_defconfig'

    Merged configuration 'C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/prj.conf'



    Error: Aborting due to non-whitelisted Kconfig warning

    'C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/prj.conf:17: warning: attempt to

    assign the value 'y' to the undefined symbol BSD_LIBRARY'. 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/ncs/zephyr/scripts/kconfig/kconfig.py.



    CMake Error at C:/Users/alcala_an/Documents/ncs/zephyr/cmake/kconfig.cmake:227 (message):
      command failed with return code: 1
    Call Stack (most recent call first):
      C:/Users/alcala_an/Documents/ncs/zephyr/cmake/app/boilerplate.cmake:567 (include)
      CMakeLists.txt:10 (include)


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

Reply
  • Thank you for the advise, I did not see I was using the wrong board. Unfortunately I am still getting the issue. 

    Loading solution at_client.emProject
    Executing load commands
    cmake -GNinja -DBOARD=nrf9160_pca10090ns -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/samples/nrf9160/at_client/build_nrf9160_pca10090ns -HC:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client -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/samples/nrf9160/at_client'
    Zephyr version: 2.0.99
    -- Selected BOARD nrf9160_pca10090ns
    -- 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_pca10090ns.dts as base
    -- Overlaying C:/Users/alcala_an/Documents/ncs/zephyr/dts/common/common.dts
    Devicetree configuration written to C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/build_nrf9160_pca10090ns/zephyr/include/generated/generated_dts_board.conf



    C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/prj.conf:17: warning: attempt to assign the value 'y' to the undefined symbol BSD_LIBRARY



    C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/prj.conf:20: warning: attempt to assign the value 'y' to the undefined symbol AT_HOST_LIBRARY

    Parsing Kconfig tree in C:/Users/alcala_an/Documents/ncs/zephyr/Kconfig

    Loaded configuration 'C:/Users/alcala_an/Documents/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090ns_defconfig'

    Merged configuration 'C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/prj.conf'



    Error: Aborting due to non-whitelisted Kconfig warning

    'C:/Users/alcala_an/Documents/ncs/nrf/samples/nrf9160/at_client/prj.conf:17: warning: attempt to

    assign the value 'y' to the undefined symbol BSD_LIBRARY'. 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/ncs/zephyr/scripts/kconfig/kconfig.py.



    CMake Error at C:/Users/alcala_an/Documents/ncs/zephyr/cmake/kconfig.cmake:227 (message):
      command failed with return code: 1
    Call Stack (most recent call first):
      C:/Users/alcala_an/Documents/ncs/zephyr/cmake/app/boilerplate.cmake:567 (include)
      CMakeLists.txt:10 (include)


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

Children
  • Could you ensure that you start with a clean build directory when trying to import the project?

    Maybe try to delete the old build folder manually.

  • It did not work.. I re-cloned all folder again and started a new configuration process on the board but it still looks there is an issue on the kconfig file "Error: Aborting due to non-whitelisted Kconfig warning":

    It  is happening with any sample I try to launch.

  • Hi,

    Are you on master branch, or a tag ?

    If you are on master, could you checkout v1.1-branch ?

    Did you run west update after checking out master/tag?

    Did you use nrf9160_pca10090ns ?

    What version of SES are you using ?

  • Hi, im having the same problem, though im using nrf9160_pca20035.

    Im using v1.1-branch for nrf and v1.1-v3 for nrfxlib. Also ran west update. SES V4.20

    Loading solution asset_tracker.emProject
    Executing load commands
    cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=C:/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090 -HC:/ncs/nrf/applications/asset_tracker -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:/ncs/SEGGER/html/configure_nordic_project_menuconfig.py
    -- Using application from 'C:/ncs/nrf/applications/asset_tracker'
    Zephyr version: 2.0.99
    -- Selected BOARD nrf9160_pca10090
    -- Cache files will be written to: C:\Users\Thomas Aunvik\AppData\Local/.cache/zephyr
    USING OUT OF TREE BOARD
    -- Loading C:/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base
    -- Overlaying C:/ncs/zephyr/dts/common/common.dts
    Devicetree configuration written to C:/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090/zephyr/include/generated/generated_dts_board.conf
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:22: warning: attempt to assign the value 'y' to the undefined symbol LTE_LINK_CONTROL
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:23: warning: attempt to assign the value 'y' to the undefined symbol LTE_NETWORK_MODE_LTE_M_GPS
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:24: warning: attempt to assign the value 'n' to the undefined symbol LTE_AUTO_INIT_AND_CONNECT
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:25: warning: attempt to assign the value 'y' to the undefined symbol LTE_LINK_CONTROL_LOG_LEVEL_DBG
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:27: warning: attempt to assign the value 'n' to the undefined symbol LTE_NETWORK_MODE_NBIOT
    
    Parsing Kconfig tree in C:/ncs/nrf/applications/asset_tracker/Kconfig
    Loaded configuration 'C:/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090_defconfig'
    Merged configuration 'C:/ncs/nrf/applications/asset_tracker/prj.conf'
    C:/ncs/nrf/applications/asset_tracker/prj.conf:28: warning: attempt to assign the value 'n' to the undefined symbol LTE_LEGACY_PCO_MODE
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:29: warning: attempt to assign the value '"00000110"' to the undefined symbol LTE_PSM_REQ_RPTAU
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:30: warning: attempt to assign the value '"00000000"' to the undefined symbol LTE_PSM_REQ_RAT
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:33: warning: attempt to assign the value 'y' to the undefined symbol MODEM_INFO
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:36: warning: attempt to assign the value 'y' to the undefined symbol BSD_LIBRARY
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:37: warning: attempt to assign the value 'n' to the undefined symbol BSD_LIBRARY_TRACE_ENABLED
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:40: warning: attempt to assign the value 'y' to the undefined symbol CLOUD_API
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:41: warning: attempt to assign the value 'y' to the undefined symbol NRF_CLOUD
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:42: warning: attempt to assign the value 'y' to the undefined symbol NRF_CLOUD_LOG_LEVEL_DBG
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:50: warning: attempt to assign the value 'y' to the undefined symbol NRF9160_GPS
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:51: warning: attempt to assign the value 'y' to the undefined symbol NRF9160_GPS_LOG_LEVEL_DBG
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:62: warning: attempt to assign the value 'y' to the undefined symbol DK_LIBRARY
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:63: warning: attempt to assign the value 'n' to the undefined symbol DK_LIBRARY_INVERT_LEDS
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:89: warning: attempt to assign the value 'y' to the undefined symbol AWS_FOTA
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:90: warning: attempt to assign the value 'y' to the undefined symbol AWS_FOTA_LOG_LEVEL_DBG
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:91: warning: attempt to assign the value 'y' to the undefined symbol AWS_JOBS_LOG_LEVEL_DBG
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:92: warning: attempt to assign the value '128' to the undefined symbol AWS_FOTA_VERSION_STRING_MAX_LEN
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:93: warning: attempt to assign the value 'y' to the undefined symbol DFU_TARGET
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:96: warning: attempt to assign the value 'y' to the undefined symbol DOWNLOAD_CLIENT
    
    C:/ncs/nrf/applications/asset_tracker/prj.conf:97: warning: attempt to assign the value '4096' to the undefined symbol DOWNLOAD_CLIENT_STACK_SIZE
    
    Error: Aborting due to non-whitelisted Kconfig warning
    'C:/ncs/nrf/applications/asset_tracker/prj.conf:22: warning: attempt to assign the value 'y' to the
    undefined symbol LTE_LINK_CONTROL'. Note: If this warning doesn't point to an actual problem, you
    can add it to the whitelist at the top of C:/ncs/zephyr/scripts/kconfig/kconfig.py.
    
    CMake Error at C:/ncs/zephyr/cmake/kconfig.cmake:227 (message):
      command failed with return code: 1
    Call Stack (most recent call first):
      C:/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)

  • cmake -GNinja -DBOARD=nrf9160_pca10090

    Looks like you are using the wrong board. In your case it should be nrf9160_pca20035ns

    If you have further issues with this, please create a new case here.

Related