Author Topic: Execution Failed?  (Read 10658 times)

Offline Zeropaladn

  • Single posting newcomer
  • *
  • Posts: 3
Execution Failed?
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Execution Failed?
« Reply #1 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).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Zeropaladn

  • Single posting newcomer
  • *
  • Posts: 3
Re: Execution Failed?
« Reply #2 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?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Execution Failed?
« Reply #3 on: January 12, 2010, 07:37:11 pm »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Zeropaladn

  • Single posting newcomer
  • *
  • Posts: 3
Re: Execution Failed?
« Reply #4 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 :)