gpt4 book ai didi

c++ - eclipse mars c/c++ 不会在 Windows 7 上构建

转载 作者:行者123 更新时间:2023-11-28 06:01:09 26 4
gpt4 key购买 nike

我在 Windows 7 64 位上使用 Eclipse Mars for C/C++

我已经尝试从 .zip 和安装程序安装 Eclipse。

我第一次执行此过程时,我在 Ubuntu 14.04.3 上安装了相同版本的 Eclipse,并从本教程安装了 Eclox:http://mcuoneclipse.com/2012/06/25/5-best-eclipse-plugins-1-eclox-with-doxygen-graphviz-and-mscgen/一切正常。

在 Windows 7 上,我做了同样的事情,但出现了几个错误。这是我要构建的代码片段:

#include <stdio.h>

int main() {
printf("Hello World!");
return 0;
}

我有以下问题:

  1. /usr/bin/sh: gcc: 找不到命令
  2. make: *** [helloworld.o] 错误 127
  3. 在 PATH 中找不到程序“g++”
  4. 在 PATH 中找不到程序“gcc”

Eclipse Problems

最佳答案

这是我发现的有效方式。

安装 MinGW Installing MinGW

在 Eclipse 中:

  1. 窗口 -> 首选项 -> C/C++ -> 新建 C/C++ 项目向导 -> Makefile 项目 -> 二进制解析器。选中“PE Windows Parser”并将其上移
  2. 窗口 -> 首选项 -> C/C++ -> 构建 -> 环境。选择。 “路径”

在项目浏览器中右键单击您的项目

  1. 属性 -> C/C++ 构建 -> 设置 -> 二进制解析器
  2. 选择“PE Windows Parser”并将其移至顶部

关于c++ - eclipse mars c/c++ 不会在 Windows 7 上构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33271762/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com