Ok, looking at the makefile, indeed there is a missing target for "Debug/main.o"
However, this could only happen if you modified the compiler settings manually...
What happens if you reload the "Defaults" compiler settings, or delete / rename the folder %APPDATA%\CodeLite ?
Eran
Recognizing Compiler
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Recognizing Compiler
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Recognizing Compiler
Ok, I found the problem: you changed the builder...
Make sure that "GNU Makefile for g++/gcc" is the makefile generator used by codelite from:
Settings -> Build Settings -> Build Systems -> Available build systems
In your case (by examining the generated makefile) you have "GNU makefile onestep build", make sure that "GNU Makefile for g++/gcc" is selected
Eran
Make sure that "GNU Makefile for g++/gcc" is the makefile generator used by codelite from:
Settings -> Build Settings -> Build Systems -> Available build systems
In your case (by examining the generated makefile) you have "GNU makefile onestep build", make sure that "GNU Makefile for g++/gcc" is selected
Eran
Make sure you have read the HOW TO POST thread