0
Can't find compiler executable in your configured search path's for GNU GCC compiler
everytime i open a new project on code block that message appears
2 Answers
+ 1
I'm not using CodeBlocks. However, CodeBlocks and GCC tool chain are two different things. Seems like you have installed CodeBlocks but not GCC tool chain. CodeBlocks needs GCC (or some other compiler) to compile your code.
If this is the case, you will have to install GCC. (And after installation you will have to configure CodeBlocks so that it can see the newly installed tool chain. For that go to settings and look for something like compiler settings ...)
0
thank you