Closed areitsma closed 9 years ago
The fact that you have /dev/tty.usbmodem2622 in the error text indicates that you are probably using the mbed-LPC1768 Eclipse configuration steps which use the MRI debug monitor. That won't work for your board. You will have to learn how to use GDB with the debugger hardware on your board and then configure Eclipse to configure GDB the same way.
Oke I have found the right configurations for the NRF51_DK and how to debug with it in Eclipse. I now use the JLINK debugger. There just one more problem, when debug it 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 Do you maybe know how to fix this?
Sorry, I don't if there is anyone that reads the issues on this project which can help with your particular setup. You aren't really hitting a gcc4mbed issue. Maybe an Eclipse, JLINK, or NRF51_DK specific site might be able to point you in the right direction?
Hi,
I have a NRF51_DK and try to debug with it in eclipse, building and all configurations works and I've updated the firmware of the chip (also tried JLINK firmware). But I have a problem, when i try to debug a program with gcc4mbed in eclipse, i get this error:
I get error window with details:
Does someone know a solution?