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

Error when opening SES for the first time

Hi Nordic,

I got the following error when I try to open nordic sample project in SES workbench...May I ask what happened? Thanks

Creating solution base.emProject

  C:\ncs\v1.5.1\toolchain\opt\bin\cmake.exe -GNinja -DBOARD=nrf5340dk_nrf5340_cpuapp -DBOARD_DIR=C:\ncs\v1.5.1\sdk-nrf\zephyr\boards\arm\nrf5340dk_nrf5340 -BC:\ncs\v1.5.1\sdk-nrf\zephyr\tests\ztest\base\build_nrf5340dk_nrf5340_cpuapp -SC:\ncs\v1.5.1\sdk-nrf\zephyr\tests\ztest\base -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=C:\ncs\v1.5.1\toolchain\opt\arm-none-eabi -DPYTHON_EXECUTABLE=C:\ncs\v1.5.1\toolchain\opt\bin\python.exe -DCMAKE_MAKE_PROGRAM=C:\ncs\v1.5.1\toolchain\opt\bin\ninja.exe -DDTC=C:\ncs\v1.5.1\toolchain\opt\bin\dtc.exe -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=C:\ncs\v1.5.1\toolchain\segger_embedded_studio/html/configure_nordic_project_menuconfig.py

  -- Application: C:/ncs/v1.5.1/sdk-nrf/zephyr/tests/ztest/base

  -- Zephyr version: 2.5.99 (C:/ncs/v1.5.1/sdk-nrf/zephyr)

  -- Found Python3: C:/ncs/v1.5.1/toolchain/opt/bin/python.exe (found suitable exact version "3.8.2") found components: Interpreter 

  -- Found west (found suitable version "0.9.0", minimum required is "0.7.1")

  -- Configuring incomplete, errors occurred!

  Including boilerplate (Zephyr base): C:/ncs/v1.5.1/sdk-nrf/zephyr/cmake/app/boilerplate.cmake

  CMake Error at C:/ncs/v1.5.1/sdk-nrf/zephyr/cmake/zephyr_module.cmake:61 (message):

    Traceback (most recent call last):

  

      File "C:\ncs\v1.5.1\toolchain\opt\bin\Lib\site-packages\west\manifest.py", line 166, in _mpath

        path = cp.get('manifest', 'path')

      File "configparser.py", line 781, in get

      File "configparser.py", line 1149, in _unify_values

  

    configparser.NoSectionError: No section: 'manifest'

  

    

  

    The above exception was the direct cause of the following exception:

  

    

  

    Traceback (most recent call last):

  

      File "C:/ncs/v1.5.1/sdk-nrf/zephyr/scripts/zephyr_module.py", line 378, in <module>

        main()

      File "C:/ncs/v1.5.1/sdk-nrf/zephyr/scripts/zephyr_module.py", line 283, in main

        manifest = Manifest.from_file()

      File "C:\ncs\v1.5.1\toolchain\opt\bin\Lib\site-packages\west\manifest.py", line 1046, in from_file

        (mpath, mname) = _mpath(topdir=topdir)

      File "C:\ncs\v1.5.1\toolchain\opt\bin\Lib\site-packages\west\manifest.py", line 171, in _mpath

        raise MalformedConfig('no "manifest.path" config option is set') from e

  

    west.manifest.MalformedConfig: no "manifest.path" config option is set

  

  Call Stack (most recent call first):

    C:/ncs/v1.5.1/sdk-nrf/zephyr/cmake/app/boilerplate.cmake:183 (include)

    C:/ncs/v1.5.1/sdk-nrf/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)

    C:/ncs/v1.5.1/sdk-nrf/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)

    CMakeLists.txt:10 (find_package)

  

  

  

  error: cmake failed

  create_nordic_project.py failed (1)

Related