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

nordic project in eclipse

Makefile.windowsimage descriptionCapture.PNGhello i am trying to make nordic project in eclipse. for that iam following this tutorial. https://devzone.nordicsemi.com/tutorials/7/

i am following this section. Create a new Eclipse project

after i build my project. i am getting error in make file like

Description	Resource	Path	Location	Type
make: *** [all] Error 2	blinky		 	C/C++ Problem
make[1]: *** [_build/system_nrf51.o] Error 2	blinky		 	C/C++ Problem
recipe for target '_build/system_nrf51.o' failed	Makefile	/blinky	line 133	C/C++ Problem
recipe for target 'all' failed	Makefile	/blinky	line 97	C/C++ Problem

can anyone help me how to solve it??

Parents
  • You say you select C:\nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\blinky\pca10028\blank\armgcc, did you do this that is described in the tutorial?:

    "Note regarding SDK 12 9/30-16 - Makefile structure was changed in SDK 12.0.0; there are now two separate Makefiles for each example; the project makefile that defines the example dependencies/flags, and makefile.common to actually build the specified targets. It should only be necessary to modify the project makefile as before. However, apparently the CDT parser does not like that we added quoted toolchain strings. E.g., "C:/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q3/bin/arm-none-eabi-gcc".

    Included a patched version of Makefile.common, see list of attachments at the end of this tutorial."

Reply
  • You say you select C:\nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\blinky\pca10028\blank\armgcc, did you do this that is described in the tutorial?:

    "Note regarding SDK 12 9/30-16 - Makefile structure was changed in SDK 12.0.0; there are now two separate Makefiles for each example; the project makefile that defines the example dependencies/flags, and makefile.common to actually build the specified targets. It should only be necessary to modify the project makefile as before. However, apparently the CDT parser does not like that we added quoted toolchain strings. E.g., "C:/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q3/bin/arm-none-eabi-gcc".

    Included a patched version of Makefile.common, see list of attachments at the end of this tutorial."

Children
No Data
Related