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

Project load failed Reported error: solution load command failed (1)

Hi,

I am trying to set up SEGGER Embedded Studio for ARM and run secure_boot project. 

All the time I have "Project load failed Reported error: solution load command failed (1)" problem.

That's my output:

Loading solution secure_boot.emProject
Executing load commands
cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=C:/Users/Piotrek/Documents/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/Users/Piotrek/Documents/ncs/zephyr/samples/nrf9160/secure_boot/build -HC:/Users/Piotrek/Documents/ncs/zephyr/samples/nrf9160/secure_boot -DDTC_OVERLAY_FILE=C:/Users/Piotrek/Documents/ncs/zephyr/samples/nrf9160/secure_boot/nrf9160_pca10090.overlay
CMake Error at C:/Users/Piotrek/AppData/Local/Programs/Python/Python37/Lib/site-packages/cmake/data/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at
least version "3.4")
Call Stack (most recent call first):
C:/Users/Piotrek/AppData/Local/Programs/Python/Python37/Lib/site-packages/cmake/data/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
C:/Users/Piotrek/Documents/ncs/zephyr/cmake/backports/FindPythonInterp.cmake:165 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
C:/Users/Piotrek/Documents/ncs/zephyr/cmake/app/boilerplate.cmake:95 (include)
CMakeLists.txt:3 (include)

-- Configuring incomplete, errors occurred!

Project load failed
Reported error: solution load command failed (1)

Parents Reply Children
  • I added Python 3.7 to the path but now I have another issue:)

    Loading solution secure_boot.emProject
    Executing load commands
    cmake -GNinja -DBOARD=nrf9160_pca10090 -DBOARD_DIR=C:/Users/Piotrek/Documents/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb -BC:/Users/Piotrek/Documents/ncs/nrf/samples/nrf9160/secure_boot/build -HC:/Users/Piotrek/Documents/ncs/nrf/samples/nrf9160/secure_boot -DDTC_OVERLAY_FILE=C:/Users/Piotrek/Documents/ncs/nrf/samples/nrf9160/secure_boot/nrf9160_pca10090.overlay
    Project load failed
    Reported error: solution load command failed (1)

Related