我从eclipse中下载了最新版本的C ++ ide,名为oxygen。我正在尝试使用Windows 10上的应用程序进行基本的调试测试但是收到此错误消息:
Error in final launch sequence
Failed to execute MI command:
-file-exec-and-symbols C:/Users/Owner/eclipse-workspace/Hello/Debug/Hello.exe
Error message from debugger back end:
"C:/Users/Owner/eclipse-workspace/Hello/Debug/Hello.exe": not in executable format: File format not recognized
"C:/Users/Owner/eclipse-workspace/Hello/Debug/Hello.exe": not in executable format: File format not recognized
我在mingw文件夹中添加了gdb可执行文件的路径,但我仍然收到该错误消息。