Can't compile using CodeLite, help!?
Posted: Mon Apr 27, 2015 9:23 pm
Since I found CodeLite, I've been a crazy lover of this awesome IDE. But the problem is, I can't compile anything with it.
I have installed TDM-GCC v4.9.2<tdm-1> downloaded from http://tdm-gcc.tdragon.net/, installed it on "D:\Program Files\tdm-gcc". I installed CodeLite 7.0, it detected the installation of the compiler and set it to default, and everything was fine.
But the problem arose when I tried to compile, I ended up with the following error message:
I'm not understanding how to fix this issue and so, can't go any far. How can I fix this and continue programming?
I have installed TDM-GCC v4.9.2<tdm-1> downloaded from http://tdm-gcc.tdragon.net/, installed it on "D:\Program Files\tdm-gcc". I installed CodeLite 7.0, it detected the installation of the compiler and set it to default, and everything was fine.
But the problem arose when I tried to compile, I ended up with the following error message:
Code: Select all
C:\Windows\system32\cmd.exe /C ""D:/Program Files/tdm-gcc/bin/mingw32-make.exe" -j4 SHELL=cmd.exe -e -f Makefile"
"----------Building project:[ Hello - Debug ]----------"
'D:/Program' is not recognized as an internal or external command,
operable program or batch file.
mingw32-make.exe: *** [All] Error 1
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings