刚刚开始学C++,用Eclipse 写C++代码练习,可是编译几次就开始报错,导致自己无法编译了
错误大致如下:
21:09:05 **** Incremental Build of configuration Debug for project ExamCode ****
Info: Internal Builder is used for build
g++ -o ExamCode.exe limits.o
C:/Program Files/mingw-w64/x86_64-5.2.0-posix-seh-rt_v4-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot open output file ExamCode.exe: Permission denied
collect2.exe: error: ld returned 1 exit status
被折腾了好几天后,试图从网上找处理方案,但效果不明显。开始自己分析原因。
情景重现:
每次程序运行到中途后者最后,exe程序其实是报错的。弹出框让我选择“调试程序”或者“关闭”,
我每次都选择关闭,然后“停止”按钮也从红色变成灰色了。我因为自己的程序已经正常关闭了。