[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.cdt] [cdt4] makefile problem
|
- From: zhaobo_123@xxxxxxx (ZhaoBo )
- Date: Fri, 17 Jul 2009 08:16:28 +0000 (UTC)
- Newsgroups: eclipse.tools.cdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi,
I have created a managed C++ project and manually run make under WindowsXP
like
C:\Documents and Settings\b7zhao>make -f
C:\Eclipse_project\study\HelloWorld\Deb
ug\makefile
Building target: HelloWorld.exe
Invoking: Cygwin C++ Linker
g++-3 -o"HelloWorld.exe"
g++-3: no input files
make: *** [HelloWorld.exe] Error 1
I am puzzled that since there is subdir.mk(seems for compiling) and it is
included in the makefile by "-include subdir.mk", why no compiling and
only linking here
Could anyone tell me mechanism of the building process in CDT.
Thanks,
Zhao