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

SEGGER Embedded Studio (NRF9160) Project load failed

as title,

I can't load the project to SEGGER Embedded Studio.

I  can't  install CMake by entering the those command (choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System')

So I download CMake from their website

After  install  CMake , nRF connect SDK verify still not pass!


By the way,I can't find correct GNU Arm Embedded Toolchain version for my system os (windows 7 64-bit)

Parents
  • Hi,

     

    In order for SES (Nordic Edition) to find cmake, it needs to be in your PATH.

    You can check if cmake is in your path by opening a cmd.exe prompt and write "cmake". If it does not find it, you need to edit your environmental variables and add cmake to the path (you may have to reboot in order to apply the settings).

    Could you try this and see if SES starts working?

     

    Kind regards,

    Håkon

Reply
  • Hi,

     

    In order for SES (Nordic Edition) to find cmake, it needs to be in your PATH.

    You can check if cmake is in your path by opening a cmd.exe prompt and write "cmake". If it does not find it, you need to edit your environmental variables and add cmake to the path (you may have to reboot in order to apply the settings).

    Could you try this and see if SES starts working?

     

    Kind regards,

    Håkon

Children
No Data
Related