I have done the setup of CDT (Eclipse) with MinGW and trying to compile my project. I'm facing some issues with the Makefile. It says:
==================================================================
**** Build of configuration Default for project OAM_Test ****
make all
make: *** No rule to make target `Test.o', needed by `Test.exe'. Stop.
==================================================================
Does anyone has idea how this can be resolved.