Problem with compiling

CodeLite installation/troubleshooting forum
Simon-345
CodeLite Curious
Posts: 1
Joined: Wed Oct 07, 2015 12:49 am
Genuine User: Yes
IDE Question: C++
Contact:

Problem with compiling

Post 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"
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with compiling

Post by eranif »

Did you install a compiler?

http://codelite.org/AddNewCompiler/AddNewCompiler

Eran
Make sure you have read the HOW TO POST thread
Post Reply