gpt4 book ai didi

c++ - 在eclipse中构建cpp项目的问题

转载 作者:行者123 更新时间:2023-11-28 08:17:50 24 4
gpt4 key购买 nike

我已经安装了 minGW 和 msys。在 eclipse CDT 中,我创建了使用交叉 gcc 工具链的 c++ 项目。

Eclipse 创建了我可以通过命令行使用的 make 文件,所以如果我运行 make all 项目被正确编译,但是如果我使用 eclipse 构建,它会失败并显示以下消息

**** Build of configuration Debug for project cpp ****

make all
Building file: ../src/main.cpp
Invoking: Cross G++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/main.d" -MT"src/main.d" -o "src/main.o" "../src/main.cpp"
make: *** [src/main.o] Error 1

**** Build Finished ****

最佳答案

我在项目中选择了错误的工具链,改为mingw gcc,现在可以了

关于c++ - 在eclipse中构建cpp项目的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7052458/

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