Eclipse CDT clean fails on Windows: tries to run rm -rf

后端 未结 5 1000

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 cl

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-20 06:05

    A simple solution is to install Git for Windows and enable Unix-like commands for cmd.exe in the installation options. Then rm -rf will be supported.

提交回复
热议问题