The compiler’s setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler.
Probably the toolchain path within the compiler options is not setup correctly?!Do you have a compiler installed?
Goto “Settings->Compiler…->Global compiler settings->GNU GCC Compiler->Toolchain executables” and fix the compiler’s setup.
Tried to run compiler executable ‘C:\MinGW/bin/mingw32-gcc.exe’, but failed!
Skipping…
Nothing to be done (all items are up-to-date).
Yukarıdaki hatanın çözümü aşağıdaki gibidir.
1-Settings’ ten Compiler’e tıklıyoruz.
2-Compiler içinden Toolchain executables’e geliyoruz.
3-Toolchain executables’de Compiler’s installation directory(Derleyici yükleme dizini) kısmında “…” ile gösterilen butona tıklıyoruz.
4-MinGW dosyasını dizin içinde bulup Tamam butonuna tıklıyoruz.
5-MinGW nin yolu(path) resimde görüldüğü gibi Compiler’s installation directory(Derleyici yükleme dizini)
kısmında görünmektedir.”OK” butonuna basıyoruz.
6-Uygulamamızı derleyelim.
7-Resimde görüldüğü gibi sorunsuz çalıştı.Kolay gelsin.
2 thoughts on “Codeblocks Derleyici Hata Giderme”
zehra
(25 Mart 2020 - 07:05)Uzun zamandır uğraştığım ama bir türlü çözemediğim bi sorunda, bu siteden hemen çözüldü, Allah razı olsun be
bahar
(22 Mayıs 2020 - 13:34)Çok teşekkürler. Gerçekten sorun çözüldü.