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

eclipse build error

I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDEimage description. I will include screenshots of the issue. I believe my paths in the project properties are set correctly, and I also believe that I have installed all elements of the setup guide appropriately.

Error: make[1]: Leaving directory `C:/Users/Perry/Desktop/SDK/examples/peripheral/blinky/pca10028/blank/armgcc' make (e=2): The system cannot find the file specified.

make[1]: *** [_build/system_nrf51.o] Error 2 make: *** [all] Error

image description

Parents
  • Hi Perry, this usually means that the GNU toolchain path is set incorrectly, make sure that you have put the correct path in the file called makefile.windows/posix inside <SDK>/components/toolchain/gcc, the extension of the makefile depends on the platform you are using (Windows or OSX/Linux). Good luck.

  • I have followed the tutorial you linked to, and installed Make for Windows already.

Reply Children
No Data