I've recently updated my codelite installation for version 6.0 and with it MinGW version 4.8.1, unfortunately now I can't build my program, even a simple hello world.
this is the output of the compiler when I try to build.
Code: Select all
C:\windows\system32\cmd.exe /c "C:/MinGW-4.8.1/bin/mingw32-make.exe -j4 -e -f Makefile"
----------Building project:[ BlueBox - Debug ]----------
mingw32-make[1]: Entering directory 'C:/Dropbox/BlueBox'
/usr/bin/sh: C:MinGW-4.8.1bingcc.exe: command not found
mingw32-make[1]: *** [Debug/main.c.o.d] Error 127
mingw32-make[1]: *** Waiting for unfinished jobs....
BlueBox.mk:96: recipe for target 'Debug/main.c.o.d' failed
mingw32-make[1]: Leaving directory 'C:/Dropbox/BlueBox'
mingw32-make.exe: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings
these are my current settings:
Thanks in advanced, best regards, Mauro.