Absolutely new to C. I just downloaded Code::Blocks with MinGW and tried to build my first piece of code and I got this strange message:
Linking console executable: bin\Debug\intro1.exe
Execution of 'mingw32-g++.exe -o bin\Debug\intro1.exe obj\Debug\main.o' in 'D:\Documents\intro1' failed.
Nothing to be done.
And I don't know what to do. Any suggestions?
tonkata_stoilov 0 Newbie Poster
Recommended Answers
Jump to PostLinking console executable: bin\Debug\intro1.exe
Execution of 'mingw32-g++.exe -o bin\Debug\intro1.exe obj\Debug\main.o' in 'D:\Documents\intro1' failed.
Nothing to be done.Is that the entire build output, or is there anything else, especially before this?
It looks like maybe your source file hasn't been added to the project in C::B.
Jump to PostCan you zip up your source and C::B project files for us?
All 8 Replies
rithish 13 Junior Poster in Training
tonkata_stoilov 0 Newbie Poster
rithish 13 Junior Poster in Training
rithish 13 Junior Poster in Training
gusano79 247 Posting Shark
tonkata_stoilov 0 Newbie Poster
tonkata_stoilov 0 Newbie Poster
gusano79 247 Posting Shark
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.