Failed to start build process (CodeLite7,Windows7)
Posted: Tue Oct 21, 2014 3:10 pm
HI Everyone !
I recently installed CodeLite 7 on my system (Windows 7 64bit) . I tried a simple executable (g++) with gdb debugger . I pressed "run" and chose "Build and execute" But in the bottom panel i got this message and nothing happened :
Then I press "Build project" (F7) and in the bottom in the output panel I see this messages :
The I press Build project again and I get this error message in build tab :
I also try "Rebuild project" and I get the same message .
My MinGW was installed with the CodeLite binary installer and I can compile my programs using command line and it's g++.exe and mingw32-g++.exe , but I can't build my CodeLite projects .
THANKS !
+EDIT :
I also tried this :
http://codelite.org/forum/viewtopic.php?f=3&t=138
and this :
http://forums.codelite.org/viewtopic.ph ... 862&p=3865
But I still get the same results
THanks
+EDIT:
Also is it normal that my build settings window looks like this :
It is not comfortable
I recently installed CodeLite 7 on my system (Windows 7 64bit) . I tried a simple executable (g++) with gdb debugger . I pressed "run" and chose "Build and execute" But in the bottom panel i got this message and nothing happened :
\COMMAND.COM /c "C:/MinGW-4.8.1/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile
Then I press "Build project" (F7) and in the bottom in the output panel I see this messages :
And a cmd-like window opens with a "Press any key to continue ..." , but not my hello world !Current working directory: C:\Users\Ardeshir81\Documents\CodeLiteProjects\CPPTest3CL
Running program: le_exec.exe ./CPPTest3CL
Program exited with return code: 0
The I press Build project again and I get this error message in build tab :
(Also there is no copy available for this error message)Failed to start build process, command: \COMMAND.COM /c "C:/MinGW-4.8.1/bin/mingw-make.exe -j4 SHELL=cmd.exe -e -f Makefile ", process terminated with exit code : 0\COMMAND.COM /c "C:/Mingw-4.8.1/bin/mingw-make.exe -j4 SHELL=cmd.exe -e -f Makefile"
I also try "Rebuild project" and I get the same message .
My MinGW was installed with the CodeLite binary installer and I can compile my programs using command line and it's g++.exe and mingw32-g++.exe , but I can't build my CodeLite projects .
THANKS !
+EDIT :
I also tried this :
http://codelite.org/forum/viewtopic.php?f=3&t=138
and this :
http://forums.codelite.org/viewtopic.ph ... 862&p=3865
But I still get the same results
THanks
+EDIT:
Also is it normal that my build settings window looks like this :
It is not comfortable