我试图使用 Eclipse 在我的 Windows 7 计算机上运行 ac 程序,但我遇到了一个小障碍。我目前使用 CDT 插件在我的计算机上下载了 Eclipse,我还下载了 Mingw 并将其设置为我的路径。当我构建我的简单“Hello world”程序时,它确实创建了一个带有 makefile 的调试文件以及其中的所有内容,但 concle 对话框状态
**** Build of configuration Debug for project C_Test ****
make all
`Cannot run program "make" (in directory "C:\Users\Chmoder\workspace\C_Test\Debug"): CreateProcess error=2, The system cannot find the file specified Error: Program "make" is not found in PATH
PATH=[C:\Users\Chmoder\Downloads\eclipse;C:\MINGW\Bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared \Windows Live;C:\Program Files (x86)\ATI Stream\bin\x86_64;C:\Program Files (x86)\ATI Stream\bin\x86;C:\Windows\system32;C:\Windows;C: \Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files (x86)\ Common Files\Roxio Shared\DLLShared\;c:\Program Files (x86)\Common Files\Roxio Shared\12.0\DLLShared\;C:\Program Files (x86)\Windows Live\Shared]`
此外,当我在构建程序后尝试运行程序时,它显示“找不到二进制文件”
任何帮助的人?