最終更新:2014-06-22 (日) 16:32:20 (3596d)  

CDT
Top / CDT

C/C++ Development Tooling

http://www.eclipse.org/cdt/

https://developer.mozilla.org/en-US/docs/Eclipse_CDT

リポジトリ

http://download.eclipse.org/tools/cdt/releases/juno

http://www.eclipse.org/cdt/releases/

プロジェクト

  • 「設定」→「C/C++」→「新規CDTプロジェクトウィンドウ」

CDT/ツールチェーン

インストール

Ubuntu

  • apt-get install eclipse-cdt

Windows

MinGW/MSYS

  • Look at the mingw directory in the platform install directory. CDT distributions like Wascana may distribute MinGW like that.
  • Try the directory above the install dir (another possible distribution).
  • Look in PATH values. More specifically, it tries to find mingw32-gcc.exe in each path.
  • Try looking if the mingw installer ran (registry.getLocalMachineValue?("SOFTWARE\\Microsoft\\Windows\\CurrentVersion?\\Uninstall\\MinGW", "InstallLocation?"); ).
  • Try the default MinGW install dir ("C:\\MinGW\\bin").
  • インクルードバス? (自動設定)
    • MinGW/include
    • MinGW/lib/gcc/mingw32/4.6.2include?
    • MinGW/lib/gcc/mingw32/4.6.2include-fixed?

Cygwin

  • Look in PATH values. Look for "cygwin1.dll" (normally under "bin/" folder).
  • Try to find the root dir in registry: readValueFromRegistry?("SOFTWARE\\Cygwin\\setup", "rootdir").
  • Try to find the root dir in registry for 64 bit: readValueFromRegistry?("SOFTWARE\\Wow6432Node\\Cygwin\\setup", "rootdir").
  • Try to find the root dir in mounts from registry: readValueFromRegistry?("SOFTWARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/", "native");
  • Try the default Cygwin install dir "C:\\cygwin"

Linuxカーネル/ソースコード

関連ツール