如何让我的编译器在codelite中工作? (它适用于代码块)

时间:2015-11-06 11:59:01

标签: c compiler-errors codelite

我对编程很新,并且主要使用文本文件进行编程,但现在我应该开始使用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====

我无法弄清楚这意味着什么以及为什么会发生这种情况,因为相同的编译器可以很好地处理代码块。我试过谷歌搜索这个问题,但没有找到有用的东西。非常感谢帮助。

感谢。

1 个答案:

答案 0 :(得分:0)

CodeLite应该能够识别它位于您安装makedir.exe的同一文件夹下的codelite.exe

如果没有,则意味着出现了严重问题,通常在您开始修改PATH环境变量而不知道自己在做什么时会发生这种情况。

是否可以粘贴环境变量的内容(在CodeLite中)。从主菜单中,转到:设置 - >环境变量并在此处粘贴文本框的内容

叶兰