Code::Blocks Forums

User forums => Help => Topic started by: nunsbythebundle on June 25, 2012, 02:56:41 am

Title: Compiler is invalid error
Post by: nunsbythebundle on June 25, 2012, 02:56:41 am
Im getting an error that says "filenamehere-Debug" uses an ivalid compiler. Skipping. I installed codeblocks version 8.02 and 10.02 but they both give me the same error on a hello world program. I have tried everything and nothing is working. I am running windows 7.
Title: Re: Compiler is invalid error
Post by: stahta01 on June 25, 2012, 03:53:19 am
Install a Compiler! You might try TDM MinGW GCC http://tdm-gcc.tdragon.net/ (http://tdm-gcc.tdragon.net/)
After you install the Compiler, configure Code::Block to use it.

FYI: reading the FAQs and the manual might help you.
http://wiki.codeblocks.org/index.php?title=FAQ (http://wiki.codeblocks.org/index.php?title=FAQ)

http://www.codeblocks.org/user-manual (http://www.codeblocks.org/user-manual)

Tim S.