これがあなたの答えですhttp://www.eclipse.org/forums/index.php/t/57027/
Windowsで作業している場合、必要なマッピングを設定しましたか?プロジェクト/ワークスペースがある(cygwin-)ドライブへのマッピングが欠落しているため、Eclipseがソースを見つけられなかった可能性があります。
Cygwinを起動するときに、「mount」と入力して、使用しているマッピングを探します。次のようになります。
Admin@bs11-01xp ~
$ mount
D:\cygwin\bin on /usr/bin type system (binmode)
D:\cygwin\lib on /usr/lib type system (binmode)
D:\cygwin on / type system (binmode)
c: on /cygdrive/c type system (binmode,noumount)
d: on /cygdrive/d type system (binmode,noumount)
e: on /cygdrive/e type system (binmode,noumount)
j: on /cygdrive/j type system (binmode,noumount)
n: on /cygdrive/n type system (binmode,noumount)
u: on /cygdrive/u type system (binmode,noumount)
w: on /cygdrive/w type system (binmode,noumount)
x: on /cygdrive/x type system (binmode,noumount)
y: on /cygdrive/y type system (binmode,noumount)
z: on /cygdrive/z type system (binmode,noumount)
私のプロジェクトはすべて下J:\Projects
にあるので、私のマッピングはEclipseに次のように存在する必要があります。
/cygdrive/j j:/
Eclipseを開き、クリックします
-Windows=>設定...=> C / C ++ =>デバッグ=>共通ソースルックアップパス
-新しいパスマッピングを追加します:[追加]=>パスマッピング=>[OK]をクリックします
-を選択しますnew Mapping =>[Edith]=>マッピング名の変更"ProjectSource" => [Add]
-"Compilation path"をソースに設定(サンプルcygwin!) "/ cygdrive / j"(引用符なし!)
-set "ローカルファイルシステムパス"tho"J:\"(引用符なし!)
これで、もう一度試してみる準備ができました。頑張ってください。