A: 

you need to set the PATH environment variable of windows to were is located gcc and make (C:\cygwin\bin ?). Then you can simply use a makefile to compile your application (or use the makefile generally generated by eclipse).

Phong