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

nRF9160 SES Problem. Plz help me

This is my log

Loading solution asset_tracker.emProject
Executing load commands
cmake -GNinja -DBOARD=nrf9160_pca10090ns -DBOARD_DIR=C:/Workspace/nRF9160/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/Workspace/nRF9160/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns -HC:/Workspace/nRF9160/ncs/nrf/applications/asset_tracker C:\Program Files\CMake\bin -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:/Workspace/arm_segger_embedded_studio_v452_win_x64_nordic/html/configure_nordic_project_menuconfig.py
CMake Error: The source directory "C:/Workspace/nRF9160/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns/Files/CMake/bin" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Project load failed
Reported error: solution load command failed (1)

I can't solve the problem

Parents Reply
  • Hello, 

    KyeongTaek Jeong said:
    How can I check the ncs version?

    The NCS version is provided with the Toolchain Manager: 

    In this case, it is version 1.3.1. Also indicated by your path: "../halab/ncs/v1.3.1/..."

    KyeongTaek Jeong said:
    2. NRF9160dk_nRF9160 appears instead of nRF9160_pca10090 as seen in Toolchain manager. Is it the same thing?

    Yes, this is the same board name. Looks like there is a bug in the Toolchain Manager. I will report this to be fixed. 

    Regarding the error you receive, please uncheck "Clean build directory". Did you open SES using "Open IDE" from Toolchain manager?

    Kind regards,
    Øyvind

Children
Related