Can't find compiler executable in your configured search path's for GNU GCC compiler | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

15th Oct 2016, 10:12 PM
Guilherme Pires
Guilherme Pires - avatar
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 ...)
16th Oct 2016, 6:18 AM
Sumudu
Sumudu - avatar
0
thank you
16th Oct 2016, 1:42 PM
Guilherme Pires
Guilherme Pires - avatar