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

后端 未结 5 1002

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 05:48

    The best solution is to install GnuUtils/coreutils and add the installed directory (C:\ProgramFiles\GnuWin32\bin)to your windows path then restart eclipse.

    Eclipse should execute rm-rf now...

    If it still doesn't work, just restart Windows (to set path in windows memeory) and check your path again to be sure it has \GnuWin32\bin . Finally start eclipse.

提交回复
热议问题