Dev-C++ - [构建错误] [main.o] 错误 1

发布于 2024-11-13 12:16:03 字数 775 浏览 2 评论 0 原文

我的编译器 Dev-C++ 遇到了大麻烦,每次我编译任何项目,无论是我正在处理的 1,还是完全新鲜的 1,我每次都会遇到相同的错误,我一直在 Bloodshed 论坛和 IRC 上频道,但我没有得到任何进展...目前,我尝试编译的每个项目都给出了相同的错误...

C:\Dev-Cpp\MY_Project\Makefile.win [Build Error]  [main.o] Error 1

编译器日志

Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\MY_Project\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\MY_Project\Makefile.win" all
g++.exe -D__DEBUG__ -c main.cpp -o main.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -pg -g3

The system cannot find the path specified.

make.exe: *** [main.o] Error 1

Execution terminated

Im running into big trouble with my compiler Dev-C++, every time i compile any project, whether it is 1 im working on, or a completely fresh 1 I get the same error every single time, I have been on the bloodshed forums and IRC channel but Im not getting anywhere with it... at the moment and every project I try to compile gives the same error...

C:\Dev-Cpp\MY_Project\Makefile.win [Build Error]  [main.o] Error 1

Compiler log

Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\MY_Project\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\MY_Project\Makefile.win" all
g++.exe -D__DEBUG__ -c main.cpp -o main.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -pg -g3

The system cannot find the path specified.

make.exe: *** [main.o] Error 1

Execution terminated

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

萌酱 2024-11-20 12:16:03

你的操作系统是什么?我认为Bloodshed版本的程序在Win8上有一些问题。但是,您可以下载 奥威尔版本。它运行顺利。

What is your OS? I think Bloodshed version of the program have some problems with Win8. However you can download Orwell version. It runs smoothly.

二智少女 2024-11-20 12:16:03

您看过此线程吗?具体来说是此页面上的第一篇文章。

Have you looked at this thread? Specifically the first post on this page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文