I followed a couple guides and set up my programming environment for the nrf51 dongle but having some issues compiling even the blinky example program.
I am currently using windows and have installed the following -MinGW -GnuWin32 -GNU Tools ARM Embedded -nrfgo studio with all the bells and whistles
Currently using SDK 8
I believe I made sure that all my environmental paths were set correctly as well.
I navigated to the pca10031 folder of the example in the folder labeled blank and typed "make" and got the following error message
"The system cannot find the path specified. make *** [_build/system_nrf51.o] Error 1'
Do people think this might be an issue of the setup? Or is there a step Im forgetting?