CDT プラグインを使用して C 開発用に Eclipse を設定する

CDT プラグインを使用して C 開発用に Eclipse を設定する

Eclipse 3.5.2 を使用しています。C/C++ プログラムをコンパイルできるように CDT プラグインをインストールしたいと考えています。

CDT プラグインをインストールしようとしましたが、次のエラー メッセージが表示されて失敗しました。

Cannot complete the install because one or more required items could not be found.
  Software being installed: C/C++ GCC Cross Compiler Support 1.1.0.201206111645 (org.eclipse.cdt.build.crossgcc.feature.group 1.1.0.201206111645)
  Missing requirement: C/C++ Managed Builder UI 8.1.0.201206111645 (org.eclipse.cdt.managedbuilder.ui 8.1.0.201206111645) requires 'bundle org.eclipse.ui.console [3.5.100,4.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: CDT GCC Cross Compiler Support 1.1.0.201206111645 (org.eclipse.cdt.build.crossgcc 1.1.0.201206111645)
    To: bundle org.eclipse.cdt.managedbuilder.ui 8.1.0
  Cannot satisfy dependency:
    From: C/C++ GCC Cross Compiler Support 1.1.0.201206111645 (org.eclipse.cdt.build.crossgcc.feature.group 1.1.0.201206111645)
    To: org.eclipse.cdt.build.crossgcc [1.1.0.201206111645]

Eclipse v 3.5.2 で CDT プラグインをインストール/使用できた人はいますか?

答え1

GCC はインストールされていますか? 私の記憶が正しければ、CDT にはコンパイラは含まれていません。CDT をインストールする前に、C コンパイラを見つけてインストールする必要があります。

関連情報