Skip to main content



      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 12:06 Go to next message
Eclipse UserFriend
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 10:50 Go to previous messageGo to next message
Eclipse UserFriend
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 10:55] by 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 10:57 Go to previous message
Eclipse UserFriend
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).
Previous Topic:How to index all header files in Eclipse CDT on linux?
Next Topic:Ac6 STM32 Debugging - Configuration Error
Goto Forum:
  


Current Time: Thu Jul 03 05:55:26 EDT 2025

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

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

Back to the top