Help with Debugger and getting started with CodeLite
Posted: Sat Sep 20, 2008 5:25 am
I am new to programming and CodeLite - I received the following message when I tried to run the debugger.
#include <stdio.h>
int main(int argc, char **argv)
{
int i=0;
for(int i=0; i<10; i++){
printf("hello world - %d\n", i);
}
return 0;
}
Failed to initialize debugger: C:\Program Files\CodeLite\gdb-6.8-mingw-3.tar.bz2
Building: "mingw32-make" -j 2 -f "HelloWorldFromLee_wsp.mk" type=Debug
Failed to start build process, command: "mingw32-make" -j 2 -f "HelloWorldFromLee_wsp.mk" type=Debug, process terminated with exit code: 0
#include <stdio.h>
int main(int argc, char **argv)
{
int i=0;
for(int i=0; i<10; i++){
printf("hello world - %d\n", i);
}
return 0;
}
Failed to initialize debugger: C:\Program Files\CodeLite\gdb-6.8-mingw-3.tar.bz2
Building: "mingw32-make" -j 2 -f "HelloWorldFromLee_wsp.mk" type=Debug
Failed to start build process, command: "mingw32-make" -j 2 -f "HelloWorldFromLee_wsp.mk" type=Debug, process terminated with exit code: 0