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

How to add paths and symbols manually in Eclipse

I try to use Eclipse for my nrf project. Previously I used Keil but now, I should to use Eclipse. Anyway, I can build nordic sdk example project but when I work with main.c file, I always see unresolved library. I try to add library files manually by right clicking on any of the virtual folders and clicking on import, General->File System and browse the source files in the SDK.

I want to share Eclipse screenshot

Also I read this tutorial but I dont understand 6.step . In this step, he said ;

Debugging will still work without adding the paths and symbols manually as Eclipse is a pure IDE and gcc and gdb take care of the build and debug. However, I prefer to add the paths and symbols in Eclipse to better find declarations,references,etc. located outside main in the project.

But I can not add the paths and symbols.

Do you have any advice?

Related