【问题标题】:How to integrate Intel C/C++ compiler kit with other IDEs other than Visual Studio?如何将英特尔 C/C++ 编译器套件与 Visual Studio 以外的其他 IDE 集成?
【发布时间】:2017-02-09 15:48:29
【问题描述】:

我有 C/C++ 兼容的 IDE,例如 CODE-BLOCKSCODELITENetbeans,并且我安装了最新的 Intel Parallel Studio XE 2017 ,我尝试使用特定IDE为Intel编译器环境设置编译器设置和链接器设置,但都无法编译简单的源文件。

如果有人知道如何使用上述 IDE 之一设置英特尔 C/C++ 编译器,请回复。

我必须遵守特殊规则吗?除了设置编译器选项和链接器设置之外,何时设置英特尔编译器环境?

【问题讨论】:

    标签: netbeans codeblocks codelite icc intel-parallel-studio


    【解决方案1】:

    我遇到了同样的问题,因为我想在 Linux 系统 64 位 Ubuntu 16.4 上使用 Netbeans Ide (8.2) 中的 intel 编译器。

    只需执行以下操作:

    tools/options 选择add...,然后将安装intel 工具的位置放在基本目录中。就我而言,它是 /opt/intel/bin

    它会自动检测除make和assembler工具之外的其他工具,然后选择默认然后应用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-03-15
      相关资源
      最近更新 更多