[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] [cdt4] makefile problem

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