i am trying to build the project blinky in eclipse as per the tutorial.. but it is getting error as shown in figure ... plz help me ...
i am trying to build the project blinky in eclipse as per the tutorial.. but it is getting error as shown in figure ... plz help me ...
If you have unrelated questions please add them separately, this should be a new question, not an answer.
Yes, you should please comment instead of answer.
I can't remember how the tutorial's Makefile works, but it may define a variable that points to where you installed the Nordic SDK (which contains the missing include files) and you might be able to change that variable in the Makefile. And Windows is funny about spaces in path names like "Program files", which might also be the problem. Or some of the folders in the Eclipse project might be soft "linked" folders and linked to non-existent locations.
In command image can't be added so i used the answer for attaching image. @butch thank you for your help , but i can't understand the last command you were added. Then how to replace the space between the words?
Reinstall the sdk to a path that doesn't have spaces e.g. c:\NRF_SDK. Search this forum for other answers, this is a very common problem when you try to use Linux tools on Windows.