Eclipse CDT clean fails on Windows: tries to run rm -rf
问题 I am using Juno with CDT on Windows 7. When I try to clean a project using the internal builder or make provided by MinGW, Eclipse runs the *X command rm -rf and the clean operation fails. Log using external builder (mingw32-make) from the console: 18:08:07 **** Clean-only build of configuration Debug for project threads_example **** mingw32-make clean rm -rf ./main.o ./main.d threads_example process_begin: CreateProcess(NULL, rm -rf ./main.o ./main.d threads_example, ...) failed. make (e=2):