Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Error in final launch sequence: Failed to execute MI command: -exec-run(error 193)
Error in final launch sequence: Failed to execute MI command: -exec-run [message #1841754] Thu, 27 May 2021 16:06 Go to next message
Valeria Peralta is currently offline Valeria PeraltaFriend
Messages: 1
Registered: May 2021
Junior Member
Hello, when I try to debug my project, it gives me this error:

Error in final launch sequence:

Failed to execute MI command:
-exec-run
Error message from debugger back end:
Error creating process C:\eclipse\examples\ALT125X\MiniConsole\Eclipse\ALT1250\MiniConsole.elf, (error 193).
Failed to execute MI command:
-exec-run
Error message from debugger back end:
Error creating process C:\eclipse\examples\ALT125X\MiniConsole\Eclipse\ALT1250\MiniConsole.elf, (error 193).
Error creating process C:\eclipse\examples\ALT125X\MiniConsole\Eclipse\ALT1250\MiniConsole.elf, (error 193).


Can you help me solve it? Thanks.
Re: Error in final launch sequence: Failed to execute MI command: -exec-run [message #1841831 is a reply to message #1841754] Mon, 31 May 2021 14:50 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
If I recall correctly, error 193 is a Windows error meaning "Not a Valid Win32 Application".
This is an error code indicating the program you are attempting to run is missing or corrupt.

If you wanted to run it on the ALT1250, you probably wanted to run it using remote debugging.
Instead you seem to be trying to run it with Windows.

Not familiar with the ALT1250 so can't say how to setup remote debugging for it.
GDB usually needs some kind of debug server on the device
and the program has to be loaded or somehow reachable from the device.

[Updated on: Mon, 31 May 2021 14:55]

Report message to a moderator

Re: Error in final launch sequence: Failed to execute MI command: -exec-run [message #1841832 is a reply to message #1841831] Mon, 31 May 2021 14:57 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
The user-programmable part of ALT1250 seems to be an ARM Cortex-M4.

A request for all question posters: Please indicate clearly when the development target is not the same computer Eclipse is run on (Cross-development).


--

Tauno Voipio
Previous Topic:How to index all header files in Eclipse CDT on linux?
Next Topic:Ac6 STM32 Debugging - Configuration Error
Goto Forum:
  


Current Time: Sat Apr 20 02:10:40 GMT 2024

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

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

Back to the top