Error while running the build for C++ : make: *** No rule to make target 'clean'. Stop. Build failed. Exit value was 2.
Hi,
I am doing Build for simple C++ programm, When I request for the build Defination the result for that build is -
make: *** No rule to make target 'clean'. Stop.
Build failed. Exit value was 2.
What is the problem, I created - C++ helloworld programm with makefile, Stream, component repository work space.
I share the local project into repository workspace and trying to run the build but still it gives the same error. I also check the the eclipse setting for the "make" file, environment variable. Can anyone know the solution to this.