if I try right mouseclick 'Preprocess' in the Workspace view I get the following error:
- ----------Build Started--------
C:\WINDOWS\system32\cmd.exe /c ""mingw32-make.exe" -j 1 -f "lcdsim.mk" ./Debug/lcdcomsource"
----------Building project:[ lcdsim - Debug ] (Preprocess Single File)----------
cc Debug/lcdcomsource.o -o Debug/lcdcomsource
process_begin: CreateProcess(NULL, cc Debug/lcdcomsource.o -o Debug/lcdcomsource, ...) failed.
make (e=2): Das System kann die angegebene Datei nicht finden.
There is no cc.exe in the /mingw/bin.
There is a cc1.exe in mingw/libexec/gcc/mingw32/4.4.0/.
It looks like this is done by the makefile but I can't find a command like this.
Don't know where it's going wrong here.