我从 Eclipse 下载了最新版本的 C++ ide,称为氧气。我正在尝试使用 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 可执行文件的路径,但我仍然收到该错误消息。