在Eclipse中编译Cygwin项目
我有一个用cygwin工具链编译的c++项目,现在我想使用Eclipse来编译和测试它。 如果我创建一个项目(在选项中设置 cygwin 工具链),我会收到错误:
make: *** No rule to make target `all'. 7wWin line 0 C/C++ Problem
在 Cygwin 中我使用:
cd $BUILDDIR
make
make install
Can Eclipse create it's own makefile? 以及如何设置。 最好有一个关于如何使用 Eclipse 编译 Cygwin c++ 项目的好教程。
I have a c++ Project that was compiled with the cygwin toolchain, now I want to use Eclipse to compile and test it.
If I create a project (cygwin toolchain is set in the options) I get the error:
make: *** No rule to make target `all'. 7wWin line 0 C/C++ Problem
In Cygwin I use:
cd $BUILDDIR
make
make install
Can Eclipse create it's own makefile? And how to setup that.
Better would be a good tutorial how to compile a Cygwin c++ project with Eclipse.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查以下页面:
Check the following pages: