New programmer: Build issue
Posted: Tue Jul 01, 2014 3:32 pm
Hello
I am new to programming as well as codelite. I installed version6.0, complier MinGW (Codelite-4.8.1) and GNU gdb debugger .
I tried building the simplest possible program as shown below but it shows one error
The build output is as follows:
Kindly guide me.
I am new to programming as well as codelite. I installed version6.0, complier MinGW (Codelite-4.8.1) and GNU gdb debugger .
I tried building the simplest possible program as shown below but it shows one error
Code: Select all
#include <iostream>
int main()
{
cout<<"hello";
return 0
}
Code: Select all
C:\Windows\system32\cmd.exe /c "mingw32-make -e -f Makefile"
----------Building project:[ test - Debug ]----------
mingw32-make[1]: Entering directory 'C:/Users/iswerya/Documents/codelite/test'
/usr/bin/sh: Hewlett-Packardbing++.exe: command not found
mingw32-make[1]: *** [Debug/main.cpp.o.d] Error 127
test.mk:96: recipe for target 'Debug/main.cpp.o.d' failed
mingw32-make[1]: Leaving directory 'C:/Users/iswerya/Documents/codelite/test'
mingw32-make: *** [All] Error 2
Makefile:4: recipe for target 'All' failed
1 errors, 0 warnings