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

Debugging in eclipse not working, NRF51 DK

Hi, I am trying to debug in eclipse for a NRF51_DK on mac. I have found the right configurations for the NRF51_DK and how to debug with it in Eclipse. I use the JLINK debugger. There just one problem, when try to debug it i get the error:

Error while launching command: gdb --version

When i run the command in terminal: gdb --version, It does say its installed: GNU gdb (GDB) 7.10 .....etc

Does someone know how to fix this?

Related