Dev-C++ - [构建错误] [main.o] 错误 1
我的编译器 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你的操作系统是什么?我认为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.
您看过此线程吗?具体来说是此页面上的第一篇文章。
Have you looked at this thread? Specifically the first post on this page.