I try to compile SDK example following the tutorials (devzone.nordicsemi.com/.../) , but i got some problems.
1.I can't finish setp of " Setting up a project for debugging in Eclipse "
--in Blinky it show up
"Program file does not exist
C:\nRF51_SDK_7.2\examples\peripheral\blinky\pca10031\blank\armgcc_build\nrf51422_xxac.out not found"
--in Ble_App_Hrs it show up "Error while launching command: gdb --version"
I have no ideal to fix it .
2.when i compile the "blinky" as i skip "Setting up a project for debugging in Eclipse" step, then its seems ok! so i downloaod Blinky(use the hex file in _build folder<nrf51422_xxac.h>) use nRFgo to board ,but it can not work!
3.when i compile the "Ble_App_Hrs" also skip "Setting up a project for debugging in Eclipse"step, first,it appear a lot problem with header(include<XXX.h>) can't be found, but i solve it (i add each header's path in properties->C/C++ General->Paths and Symbols->Includes ) , then it is compiled sussceful ,but i can't work after i download to board (use hex file in _build folder<nrf51422_xxac.h> by nRFgo )
4.how to set up the start address in eclipse
so how should i solve those problems, and eclipse can creat the hex file for download?
i need help PLZ