0

今天我第一次尝试在Eclipse CDT中编译一个c++程序,出现的错误是Program "make" not found in PATH,所以我在google上搜索了问题,我找到了许多类似的解决方案,但没有问题像我的一。首先我尝试重置环境变量,但没有任何改变,然后我卸载了 Mingw 并按照这个指令重新安装,并使用gcc --version它说它安装良好的命令。下一步是安装 MYSYl,并使用命令检查mingw32-make安装

mingw32-make: *** No targets specified and no makefile found.  Stop.

而不是No Target Specified,但在stackoverflow的另一个答案中,据说这意味着它有效。所以我继续按照指南进行操作,最后,当我构建我的 helloword 项目时,我遇到了两个错误:

mingw32-make: *** [all] Error 1

recipe for target 'all' failed

我在google上找不到我在哪里做错了,你能建议我吗?

另一件事,如果我在 Window->Preference->c/C++->Build->Enviroment 中继续 Eclipse,那里没有变量,我怎样才能在那里添加 Mingw?

4

0 回答 0