Code::Blocks Forums

User forums => Help => Topic started by: Abhishek7 on April 28, 2014, 07:26:28 pm

Title: Can't find compiler executable
Post by: Abhishek7 on April 28, 2014, 07:26:28 pm
For some reason none of my C++ programs seem to work because Code::Blocks says "Can't find compiler executable in your configured search path for GNC/GCC". I really have no idea why. Any help would be appreciated. (And sry if I'm a nooby!)
Title: Re: Can't find compiler executable
Post by: BlueHazzard on April 28, 2014, 07:43:57 pm
probably you should install a compiler: http://wiki.codeblocks.org/index.php?title=FAQ-General#Q:_What_Code::Blocks_is_not.3F

or, if you have a compiler installed you should check the options in Settings->Compiler->Toolchain executables

(and probably you should learn to read the error messages, because 90% of the time, there is written how to solve problems...)

greetings