Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Error 193
Error 193 [message #1699033] Fri, 19 June 2015 16:07 Go to next message
Deividas Banys is currently offline Deividas BanysFriend
Messages: 1
Registered: June 2015
Junior Member
Hey, when I try Run my project, I get this error

Error in final launch sequence
Failed to execute MI command:
-exec-run
Error message from debugger back end:
Error creating process C:/Users/user/workspace/Project/Debug/FirstProgram.o, (error 193).

Maybe any suggest, thanks
Re: Error 193 [message #1699223 is a reply to message #1699033] Mon, 22 June 2015 17:17 Go to previous message
Marc Khouzam is currently offline Marc KhouzamFriend
Messages: 357
Registered: July 2009
Senior Member
You said "I try to Run my project" but the error you see can only happen when you try to Debug it. I assume that you do want to Debug.

According to the error you are trying to debug FirstProgram.o. A .o file is usually an intermediate file, the compiled version of a source file, in this case something like FirstProgram.c . That is not what you want to Debug but the final binary which should be called FirstProgram. Notice there is no extension to the name.

You can go to Run -> Debug Configurations -> find your launch on the left, and then on the right, make sure the binary does not have the .o extension.

Marc
Previous Topic:Build Project Functionality for CDT Makefile (CMake-generated) Projects
Next Topic:Subclassing GdbLaunchDelegate causes "Error in final launch sequence"
Goto Forum:
  


Current Time: Wed Apr 24 14:10:33 GMT 2024

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

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

Back to the top