我对编程相当陌生,并且主要使用文本文件进行编程,但现在我应该开始使用 CodeLite 进行作业。我正在使用 Windows 10 64 位。
问题是我似乎无法让我的编译器在 codelite 中工作,我收到的错误消息是这样的:
C:\WINDOWS\system32\cmd.exe /C C:/TDM-GCC-32/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile
"----------Building project:[ hello - Debug ]----------"
mingw32-make.exe[1]: Entering directory 'C:/codelitews/hello'
'makedir' is not recognized as an internal or external command, operable program or batch file.
mingw32-make.exe[1]: *** [Debug/.d] Error 1
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
hello.mk:88: recipe for target 'Debug/.d' failed
built-in: fatal error: opening dependency file ./Debug/main.c.o.d: No such file or directory
compilation terminated.
mingw32-make.exe[1]: *** [Debug/main.c.o.d] Error 1
hello.mk:99: recipe for target 'Debug/main.c.o.d' failed
mingw32-make.exe[1]: Leaving directory 'C:/codelitews/hello'
mingw32-make.exe: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
====1 errors, 0 warnings====
而且我无法弄清楚这意味着什么以及为什么会发生,因为相同的编译器可以很好地处理代码块。我试过用谷歌搜索这个问题,但没有找到有用的东西。帮助将不胜感激。
谢谢。