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

Segger Embedded Studio cannot find include

Using the nRF Connect SDK from Nordic Semiconductor is a terrible experience. One reason it being unreliable with many broken samples. And another being the Segger Embedded Studio, which takes ages to open a project, requires a reload every time a project is changed, forgets the project settings each time a new project is opened. Once we reach the point of building the project, many undefined symbol errors are reported during the linking phase. These can be resolved by adding correct CONFIG_ flags in the .prj file, yet this is is not obvious in any way, and finding the correct flags required by a project is a long and painful experience. Once we get past that point, and we try to program our application, Segger cannot find some headers. And it keeps asking again and again, I've had cases of more than 20-30 prompts. The whole process is extremely tedious and unproductive.

https://youtu.be/BOM5gGFlUQ8

Related