在Eclipse中编译Cygwin项目 [英] Compile Cygwin project in Eclipse

查看:153
本文介绍了在Eclipse中编译Cygwin项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个使用cygwin工具链编译的c ++项目,现在我想使用Eclipse来编译和测试它。
如果我创建一个项目(cygwin toolchain在选项中设置)我得到的错误:

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



在Cygwin中我使用:

In Cygwin I use:

cd $BUILDDIR
make
make install

Eclipse可以创建自己的makefile吗?和如何设置。
Better将是一个很好的教程,如何使用Eclipse编译Cygwin c ++项目。

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.

推荐答案

  • http://homepage.cs.uri.edu/courses/fall2007/csc406/Handouts/eclipseTutorial.pdf
  • http://wikimix.blogspot.com/2006/11/using-eclipse-as-c-development_05.html
  • http://www.benjaminarai.com/benjamin_arai/index.php?display=/eclipsecygwingcc.php

这篇关于在Eclipse中编译Cygwin项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆