Note that there are some explanatory texts on larger screens.

plurals
  1. POEclipse CDT clean fails on Windows: tries to run rm -rf
    text
    copied!<p>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.</p> <p>Log using external builder (mingw32-make) from the console:</p> <pre><code>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): The system cannot find the file specified. mingw32-make: [clean] Error 2 (ignored) ' ' 18:08:07 Build Finished (took 137ms) </code></pre> <p>Log using the internal builder:</p> <pre><code>10:39:35 **** Clean-only build of configuration Debug for project threads_example **** rm -rf threads_example main.o main.d Cannot run program "rm": Launching failed Error: Program "rm" not found in PATH PATH=[C:\CS_powerpc\bin;C:/Program Files (x86)/Java/jre7/bin/client;C:/Program Files (x86)/Java /jre7/bin;C:/Program Files (x86)/Java/jre7/lib/i386;C:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program Files (x86)\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\OEM\12.0\DLLShared\;C:\Program Files (x86)\Roxio\OEM\AudioCore\;C:\siriusSDK\CS_i686\bin;c:\siriusSDK\CS_powerpc\bin;C:\siriusSDK\MinGW\msys\1.0\bin;C:\MinGW\bin;;C:\work\eclipse] 10:39:35 Build Finished (took 41ms) 10:39:35 **** Clean-only build of configuration Debug for project threads_example **** 10:39:35 Build Finished (took 46ms) </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload