Codeblocks win 7 64bit installation

Before this I never encounter this problem.. after I get my new comp which is win 7 64bit, I did download the codeblocks setup with MingW (I don't know what is this honestly) but even it can't compile 'Hello World'

the output :

-------------- Build: Debug in test codeblock ---------------

Linking console executable: bin\Debug\test codeblock.exe
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libbfd.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libgcc_s.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libiberty.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libobjc.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libobjc.dll.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libopcodes.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libquadmath.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libquadmath.dll.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libssp.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libssp.dll.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libssp_nonshared.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libstdc++.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libstdc++.dll.a: No such file or directory
g++.exe: C:\Program Files (x86)\CodeBlocks\mingw64\lib\libsupc++.a: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
I don't mean to insult you, but have you tried reinstalling it?

Assuming your code is ok, it seems like a missing files problem. Are you sure you downloaded the version which includes MingCW?
Yes man! 70+MB.. I've reinstalled it few time man..
Last edited on
That's strange. What code are you trying to compile?
So the files did actually exists on that location ? Because Code::Blocks does not come with mingw64 by default.
if not how? can someone pls create a full tutorial hw to get codeblocks work in win7 64bit? :(
When you download the version that ships with MinGW you shouldn't have to do anything else, at least I didn't and I'm running the same windows version as you do.

Try this:

http://www.cprogramming.com/code_blocks/
Did you solve the problem? If you did please post the solution, others might find it helpful...
Topic archived. No new replies allowed.