CDTからのビルド時に「make: write error」と表示される場合の対処

http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg18263.html

lenny wrote:
Hi,
I’m using eclipse IDE for C/C++ version 3.4.1.
I’ve created a Makefile project.
The Makefile in my project is an automake generated Makefile.
When I run “Build All” or “Build Project” – the build starts to run and the percentage meter is progressing – until about %2 – and then it hangs.
Nevertheless, “outside” the eclipse IDE the make continues to run and creates the executable. When make is done – the eclipse wakens and throws an: “make: write error” on the Build.
Automake version is the latest – 1.10.2.
What can be wrong?
Thanks,
Lenny.
I have a similar problem. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=212515
As a workaround I disabled “Report path detection problems” in Project
Properties->C/C++ Build->Discovery options.
Axel

なるほどー!!
ということで、プロジェクトのプロパティ→「C/C++ビルド」→「ディスカバリー・オプション」→「パス検出問題の報告」のチェックをはずしたところ、確かに解決。
CDTの情報は公式のBBS見るのが一番効率がよさそうだ。
英語だけど。

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です