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

Unable to Debug: Error while launching command: arm-none-eabi-gdb --version

I am trying to run the debug project for ble_app_hrs following the steps in "nAN-29 nRF51 Development with GCC and Eclipse Application Note v1.1.pdf"

but I get this error: Error while launching command: arm-none-eabi-gdb --version

I am not sure if it is releated this step: *Confirm that the J-Link GDB server is running. A shortcut named J-Link GDB Server via SWD can be found under the SEGGER entry on the Start menu in Windows.


SEGGER J-Link GDB Server V4.90e GUI Version

JLinkARM.dll V4.90e (DLL compiled Sep 8 2014 18:46:31)

-----GDB Server start settings----- GDBInit file: none GDB Server Listening port: 2331 SWO raw output listening port: 2332 Terminal I/O port: 2333 Accept remote connection: localhost only Generate logfile: off Verify download: off Init regs on start: on Silent mode: off Single run mode: off Target connection timeout: 5 sec. ------J-Link related settings------ J-Link Host interface: USB J-Link script: none J-Link settings file: none ------Target related settings------ Target device: Unspecified Target interface: SWD Target interface speed: 1000kHz Target endian: little

Connecting to J-Link... J-Link is connected. Firmware: J-Link Lite-Cortex-M V8 compiled Jul 17 2014 11:40:12 Hardware: V8.00 S/N: 518007464 Feature(s): GDB Checking target voltage... Target voltage: 3.31 V Listening on TCP/IP port 2331 Connecting to target...Connected to target Waiting for GDB connection...


Does anybody can help me?

Thanks!

Related