Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Esp32 Debugging in Eclipse (Error in final launch sequence- Failed to execute MI command: -target-select remote localhost:3333)
Esp32 Debugging in Eclipse [message #1802118] Fri, 01 February 2019 14:32 Go to next message
Salomon Reinach is currently offline Salomon ReinachFriend
Messages: 2
Registered: February 2019
Junior Member
Hi all,

I'm trying to debug my code using Eclipse, I followed the espressif tuto. I did exactly the same but when I'm launching the debugger I have the following problem :

Error in final launch sequence:

Failed to execute MI command:
-target-select remote localhost:3333

Error message from debugger back end:
localhost:3333: Connexion terminée par expiration du délai d'attente.
Failed to execute MI command:
-target-select remote localhost:3333

Error message from debugger back end:
localhost:3333: Connexion terminée par expiration du délai d'attente.
localhost:3333: Connexion terminée par expiration du délai d'attente.[/Codebox]

Does anyone know why I have this message ?

I'm using Eclipse IDE for C/C++ Developers Version: 2018-12 (4.10.0) with an Olimex-arm-ocd-usb-h and a JTAG cable.

Thank for your time :)
Re: Esp32 Debugging in Eclipse [message #1802380 is a reply to message #1802118] Thu, 07 February 2019 15:28 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
It seems that you are attempting to connect to an OpenOCD server on the same computer, but the server is not running.

You can try a Telnet connettion to port 4444 on the local computer:
telnet localhost 4444

If it refuses as well, your problem is a missing OpenOCD process.

For correction instructions, get the OpenOCD manual from the Net.


--

Tauno Voipio
Re: Esp32 Debugging in Eclipse [message #1803240 is a reply to message #1802380] Mon, 25 February 2019 15:44 Go to previous message
Salomon Reinach is currently offline Salomon ReinachFriend
Messages: 2
Registered: February 2019
Junior Member
I figure out this problem using this command line :

openocd -s share/openocd/scripts -f tcl/interface/ftdi/olimex-arm-usb-ocd-h.cfg -f tcl/target/esp32.cfg

Previous Topic:lpc2136 i
Next Topic:ESP 8266 making error
Goto Forum:
  


Current Time: Fri Apr 26 04:00:01 GMT 2024

Powered by FUDForum. Page generated in 0.02652 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top