I'm seeing a build issue on my project - it had been working fine yesterday but this morning it would not build.
Two errors are reported:
'"C:/Freescale/CW MCU v10.3/gnu/bin/rm -f"' is not recognized as an internal or external command, operable program or batch file.
mingw32-make: *** [../source/stream.c] Error 1
The directory, and rm.exe, do exist.
The stream.c file hasn't changed in over two months so I'm thinking that it's not the issue.
This blog post sounds similar - but a difference is that my project had been working. And as far as I can see there aren't any incorrect double quotes in my configuration.
The Quotation Problem | MCU on Eclipse
I deleted the workspace directory and got the latest version from source control - still having the same problem.
Any suggestions on where to look?