User forums > Help
Execution Failed?
(1/1)
Zeropaladn:
Hey guys, I'm having a bit of an issue.
I'm trying out Code::Blocks because, although I normally do all of my school's programming stuff in Ubuntu at school, making Ubuntu fully functional on my computer has been a nightmare. So, I decided to try out your coding/compiler. I have Code::Blocks, as well as MinGW installed, through I'm not sure if any extra configuration is required past running both installers.
Anyways, whenever I try to compile anything (even a simple hello world test program) I get this error:
--- Code: ---Compiling: E:\C\helloworldtest.c
Linking console executable: E:\C\helloworldtest.exe
Execution of 'mingw32-g++.exe -o E:\C\helloworldtest.exe E:\C\helloworldtest.o' in 'C:\Users\DKuehl\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\CodeBlocks' failed.
Nothing to be done.
--- End code ---
I'm not sure what I'm (not) doing right. I've read through quite a few posts on the forums before posting, and none provide a definitive answer to the problem I'm having.
I'm currently sporting Win7 x64 if it means anything.
oBFusCATed:
C::B is an IDE -> http://en.wikipedia.org/wiki/Integrated_development_environment
You have omitted the CB version and mingw version?
The mingw version that comes with C::B 8.02 doesn't work under vista/win7!
Please install newer compiler (look at TDragon's TDW 4.4.x release).
Zeropaladn:
I'm using C::B 8.02, and I've DLed/Installed MinGW 5.1.6 beforehand, at the recommendation of another IDE.
I've Googled your TDragon TDW 4.4.x, and I pulled up, for the most part, Dragon Age Reviews -.-;; Can you give me a link?
MortenMacFly:
--- Quote from: Zeropaladn on January 12, 2010, 07:34:49 pm ---Can you give me a link?
--- End quote ---
http://www.tdragon.net/recentgcc/
Zeropaladn:
Now everything compiles fine -.-;;
Again, not quite sure what I did wrong, but I appreciate the help guys :)
Navigation
[0] Message Index
Go to full version