在 Windows 的 Eclipse C++ 中运行 Hello World 应用程序

Posted

技术标签:

【中文标题】在 Windows 的 Eclipse C++ 中运行 Hello World 应用程序【英文标题】:Running a Hello World application in Eclipse C++ in Windows 【发布时间】:2012-02-26 17:19:48 【问题描述】:

我刚刚下载并投入运行 Eclipse C++、Windows 以及 MinGW(我已将其 bin/ 目录设置在 PATH 变量中)。

在尝试编译 Hello World 程序时,我收到以下错误:

**** Build of configuration Default for project tests ****

(Cannot run program "make" (in directory "D:\lixo\eclipse_cpp\workspace\tests"): CreateProcess error=2, The system cannot find the file specified)

尝试从命令行运行make 命令没有产生任何结果,所以我发现MinGW 的make 被称为MinGW32_make.exe。我已将文件重命名为make.exe,但问题仍然存在。

我错过了什么?

【问题讨论】:

对我来说是 mingw32-make.exe 是的,这里也是这样。 我在 64 位日食。这可能是个问题吗? 我在使用 64 位版本的 eclipse cdt 时遇到问题。我决定切换到 32 位版本。我不知道这是否会解决你的问题。如果您决定使用 32 位,您也必须下载 32 位 java。 【参考方案1】:

改为运行 32 位 Eclipse,并确保您正在运行 MinGW 工具链。

不是解决方案,但通常是足够好的解决方法。

【讨论】:

以上是关于在 Windows 的 Eclipse C++ 中运行 Hello World 应用程序的主要内容,如果未能解决你的问题,请参考以下文章

windows eclipse c++怎么交叉编译linux

在 Windows 上设置 Eclipse C++ 编译器而不自动安装或更改系统路径

在路径中找不到 Eclipse g++:windows

Eclipse C++:无法解析符号“std”

C++ opencv 编译错误 - Windows7 64-bit using Eclipse CDT

如何在 Eclipse 中的远程计算机上构建 c++ 项目?