hi

i'm using Dev c++ to compile my c code and i am facing this error.....i 'm new to this programming stuff....help me out

Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp\project\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp\project\Makefile.win" all
gcc.exe -c input.txt -o input.o -I"C:/Dev-Cpp/include"

gcc.exe: input.txt: linker input file unused because linking not done

gcc.exe -c file.c -o file.o -I"C:/Dev-Cpp/include"
make.exe: *** [file.o] Error 1

Execution terminated


regards
leela

You're using the wrong compiler. What you have is old and buggy. Replace it with Code::Blocks, whieh is current . You will want the version that is supplied with MinGW compiler.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.