当我在Codelite中清理项目时出现错误

时间:2020-05-01 21:48:46

标签: c++ mingw codelite

我正在开始C ++学习的第一步 我正在将“ codelite” IDE与“ MinGW”配合使用,当我清理项目时,我发现出现了一个错误,尽管我可以构建项目并且它可以成功运行 这里是构建日志文件:

C:\Windows\system32\cmd.exe /C C:/MinGW/bin/mingw32-make.exe -j2 SHELL=cmd.exe -e -f  Makefile clean
"----------Cleaning project:[ project1 - Debug ]----------"
process_begin: CreateProcess(NULL, rm -f -r Debug/, ...) failed.
make (e=2): The system cannot find the file specified.
mingw32-make.exe[1]: *** [clean] Error 2
mingw32-make.exe[1]: Entering directory 'C:/Users/UNI/Documents/section4/project1'
rm -f -r Debug/
project1.mk:108: recipe for target 'clean' failed
mingw32-make.exe[1]: Leaving directory 'C:/Users/UNI/Documents/section4/project1'
mingw32-make.exe: *** [clean] Error 2
Makefile:7: recipe for target 'clean' failed
====2 errors, 0 warnings====

0 个答案:

没有答案