
Member • Oct 12, 2011
cygwin gcc problem.
I am trying to compile a c file using gcc in cygwin shell. But i am getting an error "no input file".. I have checked the path for nearly hundred times.. The path name is cent percent right and the file exists...
My problem is pictured below,
C:\cygwin\bin\gcc -Wall -O2 "/cygdrive/c/virtutech/src/misc/cygwrap/cygwrap.c" -o "/cygdrive/c/virtutech/src/misc/cygwrap/mysimics/cygwrap.exe"
gcc: /cygdrive/c/virtutech/src/misc/cygwrap/cygwrap.c: No such file or directory
gcc: no input files
Can anyone help me to get out of this situation.... Please....