Code::Blocks Forums

User forums => Help => Topic started by: Zeropaladn on January 12, 2010, 06:03:45 pm

Title: Execution Failed?
Post by: Zeropaladn on January 12, 2010, 06:03:45 pm
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.

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.
Title: Re: Execution Failed?
Post by: oBFusCATed on January 12, 2010, 07:13:38 pm
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).
Title: Re: Execution Failed?
Post by: Zeropaladn on January 12, 2010, 07:34:49 pm
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?
Title: Re: Execution Failed?
Post by: MortenMacFly on January 12, 2010, 07:37:11 pm
Can you give me a link?
http://www.tdragon.net/recentgcc/
Title: Re: Execution Failed?
Post by: Zeropaladn on January 12, 2010, 07:43:15 pm
Now everything compiles fine -.-;;

Again, not quite sure what I did wrong, but I appreciate the help guys :)