在Eclipse中编译Cygwin项目

发布于 2024-07-25 09:57:39 字数 375 浏览 4 评论 0原文

我有一个用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 技术交流群。

扫码二维码加入Web技术交流群
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文