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

eclipse sdk

sdk132. nrf52832 board Try tutorial "Development with GCC and Eclipse" devzone.nordicsemi.com/.../

.image description

All the time I'm persecuted by error /// *** No rule to make target _build/nrf_delay.o', needed bynrf52832_xxaa'. Stop.//// therefore I can't get nrf52832_xxaa.out file in _build folder. I have only these two files

image description

  1. When I create new project in eclipse tutorials tells me: "Open and edit the SDK makefile to support debugging of your code. Locate the CFLAGS variables, and change ‘-O3’ to '-O0' for debugging to produce expected results (stack variables loaded directly to CPU registers,etc). Then add '-g3' to CFLAGS to include debug symbols in the .out file". Do I change it in right place?

image description

  1. When I create Target for debugging Do I need to change the default options

image description

Parents
  • Thanks for reply. I use last SDK - 12. I'm not modified Makefile. I just download attached zip archive, extract and copy it with replace into f:\Projects\Nrf52dk\nrf5-sdk-1.2\examples\peripheral\blinky\pca10040\s132\armgcc. Then I import project in Eclipse pointing this folder, push build and get this error, Maybe it's happens because of different version of SDK (attached to tutorial and mine)

Reply
  • Thanks for reply. I use last SDK - 12. I'm not modified Makefile. I just download attached zip archive, extract and copy it with replace into f:\Projects\Nrf52dk\nrf5-sdk-1.2\examples\peripheral\blinky\pca10040\s132\armgcc. Then I import project in Eclipse pointing this folder, push build and get this error, Maybe it's happens because of different version of SDK (attached to tutorial and mine)

Children
No Data
Related