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

installing SEGGER Embedded Studio for ncs sdk

I have installed SEGGER Embedded Studio for ncs sdk. I have installed everything else required to use NCS sdk.

From the command line at ncs/zephyr, I can successfully run:

west build -b nrf52dk_nrf52832 samples/hello_world

If I try to open this same project from SEGGER Embedded Studio, I received the attached error. Can you help me resolve this error?

Parents
  • I'm still getting errors. I tried a different project and received a similar result. Note that I can build a project successfully from the Mac terminal. However I cannot open a project from SES. 

    Note that I am using a Mac.

  • Hi,

    How did you install SES? If you used the Toolchain Manager you should open SES through "Open IDE" there, in order to set the environment variables etc. correctly.

    GNU ARM Embedded Toolchain Directory should be /ncs/v1.3.1/toolchain/opt, but I'm not sure if that's your problem. The problem might be that CMake is not added to your path, or not added correctly, as it says cmake not found. Your CMake path is probably something like C:\Program Files\CMake\bin, which should be added to the path in the systems environment variables.

    Best regards,

    Marte

Reply
  • Hi,

    How did you install SES? If you used the Toolchain Manager you should open SES through "Open IDE" there, in order to set the environment variables etc. correctly.

    GNU ARM Embedded Toolchain Directory should be /ncs/v1.3.1/toolchain/opt, but I'm not sure if that's your problem. The problem might be that CMake is not added to your path, or not added correctly, as it says cmake not found. Your CMake path is probably something like C:\Program Files\CMake\bin, which should be added to the path in the systems environment variables.

    Best regards,

    Marte

Children
No Data
Related