无法使用IDE(CodeLite)以C语言构建和执行程序

时间:2019-03-23 10:02:08

标签: c# makefile compiler-errors gnu-make

我是一名学生,在我的项目中使用CodeLite的IDE学习C语言。我现在正在编写程序,但是每当我构建并运行它时,就会显示以下内容:

mingw32-make.exe[1]: *** No rule to make target 'Release/main.c.o', needed by 'release/lab7'. stop. 
mingw32-make.exe[1]: *** Waiting for unfinished jobs....
# ... then mingw32-make.exe[1]: enters directory which contains my file
mingw32-make.exe *** [All] error 2
# ...at this point mingw32-make.exe[1]: leaves directory which contains my file)
Makefile:4: recipe for target 'All' failed

有人能告诉我什么地方出了问题以及如何解决吗?

0 个答案:

没有答案