This is shown when I try to debug my code using Eclipse:

Then I tried to manually create a simple Hello World program using Notepad ++ and the gcc command line. When I launched the GDB debugger, this happened:
(Gdb) run
Starting the program: C: \ Documents and Settings \ Pieter \ Bureaublad / test.exe Error creating a process C: \ Documents and Settings \ Pieter \ Bureaublad / test.exe, (error 193).
The binary works fine, but as soon as I try to debug it, error 193 is returned. I work with C code that is processed by the MinGW GCC compiler. I tried reinstalling the compiler and debugger (latest versions), but that didn't change anything. This has worked in the past, and I don’t remember any changes in the settings related to the compiler.
Here is an example of the error log that Eclipse generated.
! ENTRY org.eclipse.cdt.dsf.gdb 4 5012 2010-02-09 18: 19: 47.375! MESSAGE Error in final startup sequence! STACK 1 org.eclipse.core.runtime.CoreException: Failed to execute MI command: - exec-run Error message from debugger server: Error creating process C: / Documents and Settings / Pieter / Mijn documentmenten / My Dropbox / Unief / C /H12/Opdr07/Debug/CH12O07.exe, (error 193). in org.eclipse.cdt.dsf.concurrent.Sequence.abortExecution (Sequence.java∗60) in org.eclipse.cdt.dsf.concurrent.Sequence.access $ 4 (Sequence.java►52) in org.eclipse.cdt . dsf.concurrent.Sequence $ 2.handleErrorOrWarning (Sequence.java:424) in org.eclipse.cdt.dsf.concurrent.RequestMonitor.handleFailure (RequestMonitor.javahaps14) in org.eclipse.cdtur.dll.conf. (RequestMonitor.java:277) in org.eclipse.cdt.dsf.concurrent.RequestMonitor $ 2.run (RequestMonitor.java:239) in java.util.concurrent.Executors $ RunnableAdapter.call (Unknown source) in java.util . concurrent.FutureTask $ Sync.innerRun (unknown source) in java.util.concurrent.FutureTask.run (unknown source) in java.util.concurrent.ScheduledThreadPoolExecutor $ ScheduledFutureTask.access $ 301 (unknown source) in java.rentdu.Exconc. $ ScheduledFutureTask.run (unknown source) on java.util.concurrent.ThreadPoolExecutor $ Worker.runTask (unknown source) on java.util.concurrent.ThreadPoolExecutor $ Worker.run (Unknown source) on java.lang.Thread.run (Unknown a source)! SUBENTRY 1 org.eclipse.cdt.dsf.gdb 4 10004 2010-02-09 18: 19: 47.546! MESSAGE The MI command failed: -exec -run Error message from the debugger server: Error creating process C: / Documents and Settings / Pieter / Mijn documentmenten / My Dropbox / Unief / C / H12 / Opdr07 / Debug / CH12O07.exe, (error 193).
source share