when i whant to "build" the program i write, give the " there is no executable compiler for GNU GCC Compiler" in build log box ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

when i whant to "build" the program i write, give the " there is no executable compiler for GNU GCC Compiler" in build log box ?

8th Dec 2016, 5:58 PM
hamed
hamed - avatar
6 Answers
+ 1
I dont get you what you mean search for mingw? the problom l have so deep becouse in any simple programs shows this note!!!!
8th Dec 2016, 6:19 PM
hamed
hamed - avatar
+ 1
first thank you for answers second l use code block for coding so how l could installGCC command??
8th Dec 2016, 6:35 PM
hamed
hamed - avatar
+ 1
i do so but nothing change "Build: Debug in code (compiler: GNU GCC compiler)" showen in build box
8th Dec 2016, 7:08 PM
hamed
hamed - avatar
0
you'll have to add the path of GCC to your system variables. just google for MinGW installer, it'll install the commands you need and then you'll have to add the path.
8th Dec 2016, 6:10 PM
Manuel Sonder
Manuel Sonder - avatar
0
the problem is that your computer doesn't know the GCC command. It doesn't know what to do because this commant doesn't exist on your pc. You have to "install" the command and then say to your pc where the command is with adding the path to your system variables. you're using windows or am I wrong? To make it easier you could install something like CodeBlocks or Eclipse, these programs have a run button. They compile and execute your programm. sorry for my bad english, I hope it was helpfull greetings from Switzerland
8th Dec 2016, 6:26 PM
Manuel Sonder
Manuel Sonder - avatar
0
then it should run if you installed everything right. check this vid and watch carefully at 0:30. you have to install the ...mingw version. https://youtu.be/dn7J5WuHqSg
8th Dec 2016, 6:51 PM
Manuel Sonder
Manuel Sonder - avatar