Codeblocks win 7 64bit installation

Jul 31, 2011 at 11:03am
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
Jul 31, 2011 at 12:42pm
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?
Aug 1, 2011 at 12:36pm
Yes man! 70+MB.. I've reinstalled it few time man..
Last edited on Aug 1, 2011 at 12:37pm
Aug 1, 2011 at 3:17pm
That's strange. What code are you trying to compile?
Aug 1, 2011 at 5:30pm
So the files did actually exists on that location ? Because Code::Blocks does not come with mingw64 by default.
Aug 3, 2011 at 11:36am
if not how? can someone pls create a full tutorial hw to get codeblocks work in win7 64bit? :(
Aug 3, 2011 at 12:50pm
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/
Aug 8, 2011 at 11:07pm
Did you solve the problem? If you did please post the solution, others might find it helpful...
Topic archived. No new replies allowed.