Page 1 of 1

Problem with compiling

Posted: Wed Oct 07, 2015 1:14 am
by Simon-345
Hello! I'm totally new to programming and I have recently downloaded Codelite 8.2.0 from http://downloads.codelite.org/. I'm running it on Windows 7 32-bit. The problem is the following: whenever I've tried to compile something (Build Project, F7), the same message has appeared in the Build window
C:\Windows\system32\cmd.exe /C "mingw32-make.exe -j 2 -e -f Makefile"
"mingw32-make.exe" is not recognized as an internal or external command,
operable program or batch file.
0 errors, 0 warnings
The settings I used are: Console > Simple executable (gcc) > Compiler: gnu gcc ; Debugger: GNU gdb debugger

Also, when I try to debug, I get this message:
Failed to locate gdb! at "gdb"

Re: Problem with compiling

Posted: Wed Oct 07, 2015 10:42 am
by eranif
Did you install a compiler?

http://codelite.org/AddNewCompiler/AddNewCompiler

Eran