Author Topic: Can't find compiler executable  (Read 5058 times)

Abhishek7

  • Guest
Can't find compiler executable
« 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!)

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Can't find compiler executable
« Reply #1 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