gpt4 book ai didi

c++ - 执行格式错误 Eclipse CDT

转载 作者:太空宇宙 更新时间:2023-11-04 13:31:56 24 4
gpt4 key购买 nike

我在 Eclipse CDT 中有一个基本的 C++ 程序:

#include <iostream>
using namespace std;

int main()
{
std::cout << "Hello World!";
}

但是,当我尝试构建它时,出现执行格式错误。这是编译器产生的输出

g++ -O0 -g3 -Wall -c -fmessage-length=0 -o hey.o "..\\hey.cpp" 
g++: error: spawn: Exec format error

我正在使用 MinGW 工具链。我在 64 位 Windows 上,我认为这可能与它有关。谁知道如何让这个程序运行?

编辑在我的源文件所在目录的命令提示符下运行确切的命令工作正常,没有抛出错误,但它在 Eclipse 中仍然不起作用

最佳答案

因此,我通过安装 64 位版本的 MinGW ( http://sourceforge.net/projects/mingw-w64/ ) 自行解决了这个问题。它现在编译和构建 noramlly

关于c++ - 执行格式错误 Eclipse CDT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31081539/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com