sdk132. nrf52832 board Try tutorial "Development with GCC and Eclipse" devzone.nordicsemi.com/.../
.
All the time I'm persecuted by error
/// *** No rule to make target _build/nrf_delay.o', needed by
nrf52832_xxaa'. Stop.////
therefore I can't get nrf52832_xxaa.out file in _build folder. I have only these two files
- 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?
- When I create Target for debugging Do I need to change the default options