Code: Select all
#include "stdio.h"
int main ()
{
printf ( "Hello world from LiteEditor\n" );
return 0;
}
Building: "C:\MinGW\bin\mingw32-make.exe" -j 1 -f "a_wsp.mk" type=Debug
----------Building project:[ t1 - Debug ]----------
C:\MinGW\bin\mingw32-make.exe: not found
mingw32-make: *** [All] Error 127
----------Build Ended----------
CYGWIN:
Building: "C:\cygnus\cygwin-b20\cygnus.bat" -j 1 -f "a_wsp.mk" type=Debug
bash.exe: warning: could not find /tmp, please create!
please help