Ubuntu 12.04 の Eclipse で icc を使用しようとしています。icc はコマンドラインから完全に機能します。icc をインストールした後、apt-get を使用して eclipse-platform をインストールしました。
ここにある指示に従っています:http://www.wrgrid.group.shef.ac.uk/icebergdocs/intelv14docs/en_US/get_started_lc.htm
これらの手順を実行した後、次のエラーが表示されます。
Cannot complete the install because one or more required items could not be found.
Software being installed: Intel(R) C++ Compiler XE 14.0 for Linux* OS 8.1.0 (com.intel.compiler.cdt.feature.group 8.1.0)
Missing requirement: Intel C/C++ Standard Make Build UI 8.1.0 (com.intel.compiler.cdt.make.ui 8.1.0) requires 'bundle org.eclipse.cdt.make.ui 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Intel(R) C++ Compiler XE 14.0 for Linux* OS 8.1.0 (com.intel.compiler.cdt.feature.group 8.1.0)
To: com.intel.compiler.cdt.make.ui [8.1.0]
これを解決するのを手伝ってください。何がうまくいかなかったのでしょうか?