Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Remote debugging error on a raspberry(Error in final launch sequence: Failed to execute MI command:)
Remote debugging error on a raspberry [message #1808533] Wed, 26 June 2019 10:39 Go to next message
Kurt Struevy is currently offline Kurt StruevyFriend
Messages: 45
Registered: May 2016
Member
Hello to all,
I think I have only a small problem with an easy solution, but I can't fin any in the forum.
I made a tiny C++ programm (=HelloRaspiWorld)
When I execute it, everything seems to be ok.
pi@raspberrypi:~$ chmod 777 /home/pi/remote-debugging/HelloRaspiWorld;gdbserver  
 :2345 /home/pi/remote-debugging/HelloRaspiWorld;exit
Process /home/pi/remote-debugging/HelloRaspiWorld created; pid = 15886
Listening on port 2345

But there is no output and after a while I get this error:
Error in final launch sequence:

Failed to execute MI command:
-target-select remote raspberrypi:2345
Error message from debugger back end:
raspberrypi:2345: Das System hat versucht, einem Verzeichnis, das sich auf einem mit JOIN zugeordneten Laufwerk befindet, ein Laufwerk mit SUBST zuzuordnen.
Failed to execute MI command:
-target-select remote raspberrypi:2345
Error message from debugger back end:
raspberrypi:2345: Das System hat versucht, einem Verzeichnis, das sich auf einem mit JOIN zugeordneten Laufwerk befindet, ein Laufwerk mit SUBST zuzuordnen.
raspberrypi:2345: Das System hat versucht, einem Verzeichnis, das sich auf einem mit JOIN zugeordneten Laufwerk befindet, ein Laufwerk mit SUBST zuzuordnen.

Here I give a simple translation:
The system tried to assign a directory which is on a drive called JOIN to a drive called SUBST.
What is the problem?
Thanks in advance for any tip.

[Updated on: Wed, 26 June 2019 10:40]

Report message to a moderator

Re: Remote debugging error on a raspberry [message #1808731 is a reply to message #1808533] Sun, 30 June 2019 13:44 Go to previous messageGo to next message
Kurt Struevy is currently offline Kurt StruevyFriend
Messages: 45
Registered: May 2016
Member
No Message Body
Re: Remote debugging error on a raspberry [message #1808732 is a reply to message #1808731] Sun, 30 June 2019 13:55 Go to previous message
Kurt Struevy is currently offline Kurt StruevyFriend
Messages: 45
Registered: May 2016
Member
Hello to all,
it seems a pretty unknown problem I have.
Here my configuration
Quote:
Host : Windows 10 on Hyper-v
target : raspberry3


For a short time it worked and I think this is something unstable during starting debugging.
Maybe there is a problem with unknown drive definitions.
But I have no idea how to solves this problem.
Can this be a problem on gdbserver?
Thanks a lot in advance

[Updated on: Sun, 30 June 2019 13:58]

Report message to a moderator

Previous Topic:How to *not* ignore post-build exit error codes
Next Topic:console text "wraparound" - where to set it ?
Goto Forum:
  


Current Time: Tue Sep 24 13:48:55 GMT 2024

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

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

Back to the top