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 Reply Children
No Data
Related