0
I canât run my command!!!
So when i try to run and build my command in code blocks it says âTried to run compiler executable âC:\ MinGW/bun/mingw32-gcc.exe,but failedâ What can i do
1 Answer
+ 2
It means that you haven't install GNU/GCC Compiler...Usually it automatically install with the IDE itself but some time you have to install....
You can re-install codeBlock Or download the file for GNU GCC compile then
go to settings>compiler>select the location for you GNU GCC compiler....that's it