I am using Codelite 5.3 on Windows 7. I created a new workspace and added a new project in it. But when I try tobuild the project, Codelite is not compiling and ends with the Build Message:
C:\Windows\system32\cmd.exe;C:\GnuWin32\bin;C:\Program Files (x86)\CodeBlocks\MinGW\bin /c "mingw32-make.exe -j 4 -e -f Makefile"
Nothing else. When I run the project, empty Output window appears (which happens when the project isn't built properly, still the project is run).
What should I do to fix this?
When I tried adding C:\Program Files (x86)\CodeBlocks\MinGW\bin
in environmental variable Path
, and tried to Build, then the Build Output I got is:
Failed to start build process, command: C:\Windows\system32\cmd.exe;C:\GnuWin32\bin;C:\Program Files (x86)\CodeBlocks\MinGW\bin /c "mingw32-make.exe -j 4 -e -f Makefile", process terminated with exit code: 0C:\Windows\system32\cmd.exe;C:\GnuWin32\bin;C:\Program Files (x86)\CodeBlocks\MinGW\bin /c "mingw32-make.exe -j 4 -e -f Makefile"