我已经安装了 Dev-C++,但是当我制作一个 C 程序并运行它时,它给了我一个错误,比如:
C:\Users\Ved\Dev-Cpp\Makefile.win [Build Error] [Project1.exe] Error 1
当我检查日志时,它显示以下内容:
Compiler: Default compiler
Building Makefile: "C:\Users\Ved\Dev-Cpp\Makefile.win"
Executing make...
make.exe -f "C:\Users\Ved\Dev-Cpp\Makefile.win" all
gcc.exe main.o -o "Project1.exe" -L"C:/Users/Ved/Dev-Cpp/lib"
gcc.exe: Internal error: Aborted (program collect2)
Please submit a full bug report.
See <URL:http://www.mingw.org/bugs.shtml> for instructions.
make.exe: *** [Project1.exe] Error 1
Execution terminated
我在运行 Windows XP SP3 的朋友计算机上使用了 Dev-C++,它运行良好并给出了输出。
我使用的是 Windows 8 64 位,我真的可以在 64 位上运行 Dev-C++ 吗?这个错误可以修复吗?
原文由 Ved 发布,翻译遵循 CC BY-SA 4.0 许可协议
我过去曾使用过旧的 Dev-C++,但有时我会随机损坏它。
Bloodshed Dev-C++ 多年来一直没有更新,开发实际上已经停止。
如果您真的喜欢这个环境,请考虑获得更新和维护的 Orwell Dev C++,它得到了改进、更快和更清洁。
这是轻松解决错误的解决方案