c - codeblocks can't find my compiler -
ok, downloaded codeblocks , have cygwin terminal on computer regularly use compile , run c programs, when try build program in codeblocks, gives me error:
the compiler's setup (gnu gcc compiler) invalid, code::blocks cannot find/run compiler.
i don't know why can't find compiler or why it's looking gnu gcc compiler when have cygwin gcc default compiler.
i faced same problem. have fixed out going setting
-> compiler
-> global compiler settings
-> toolchain execuatables (tab)
. there, click on program files
, rename c compiler
gcc.exe
, c++ compiler
g++.exe
.
Comments
Post a Comment