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
  • Hi,

    How are you opening the project? From the error it seems like you might be trying to open the file hello_worl.emProject. However, you should open the CMakeLists.txt file in the project folder, as shown in the picture below, just switch out the project with your project.

    I would recommend that you check out this guide on building with SES. If you're still getting errors after following the guide, please let me know.

    Best regards,

    Marte

Reply
  • Hi,

    How are you opening the project? From the error it seems like you might be trying to open the file hello_worl.emProject. However, you should open the CMakeLists.txt file in the project folder, as shown in the picture below, just switch out the project with your project.

    I would recommend that you check out this guide on building with SES. If you're still getting errors after following the guide, please let me know.

    Best regards,

    Marte

Children
No Data
Related