Can't run eclipse c ++ project "sh" on windows 7

I am on Eclipse Luna for C / C ++ Developers. Compiling the Hello World project works fine. But now I am working on a project that I have uploaded via SVN and cannot build it correctly.

The problem shows "CreateProcess error = 2 that the system cannot find the file specified" Type: Configure problem.

From what I was looking for this is caused by the Autotools project setting, but in C / C ++ Build -> Toolchain Editor -> Current Toolchain. I have configured MinGW GCC instead of the GNU Autotools toolchain. Any ideas on what might be causing this problem or how to fix it?

+3


source to share





All Articles