Code::Blocks Forums

User forums => Help => Topic started by: Skitarii92 on December 10, 2011, 03:31:21 pm

Title: CNU GCC Compiler issue?
Post by: Skitarii92 on December 10, 2011, 03:31:21 pm
Going from my C++ for dumbies book (yes, i know thats pretty lame, but i have to start somewhere), i am trying to create a simple console program. it reads

#include <iostream>

using namespace std;

int main ()
{
     cout << "Hello world!" << endl;
     return 0;
}



If i try to build it, the build log says
"Say Hello - Debug" uses an [SEARCH THE FORUMS BEFORE YOU POST. THIS HAS BEEN ANSWERED MANY TIMES!]. Probably the toolchain path within the compiler options is not setup correctly?! skipping...
nothing to be done.

How do i get it to work? if it doesnt work, then my programming hopes are totally hosed. Please help!
Title: Re: CNU GCC Compiler issue?
Post by: stahta01 on December 10, 2011, 05:56:07 pm
http://forums.codeblocks.org/index.php/topic,12840.0.html (http://forums.codeblocks.org/index.php/topic,12840.0.html)

Tim S.