Hi I am the new user to MinGW. In our company we want to use Eclipse with MinGW. So I installed MinGW. While building programs I encountered an error. ERROR: C:\>gcc -c hello.c hello.c:6: error: stray '\26' in program hello.c:6:3: warning: no newline at end of file
my program(hello.c) is: #include<stdio.h> int main() { printf("hello \n"); return 0; } Can you find, what the error is and please update me This is My system configuration: Micosoft Windows 2000 Service Pack 4 Installed MinGW and msys. in command prompt , gcc --version, g++ --version are executing regards, rakesh rodda