News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Execution Failed?

Started by Zeropaladn, January 12, 2010, 06:03:45 PM

Previous topic - Next topic

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:

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.

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).
(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!]

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

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Zeropaladn

Now everything compiles fine -.-;;

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