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

  • 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)

  • 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 ?

Related