Author Topic: Code Blocks error message  (Read 3813 times)

Offline djstuff01

  • Single posting newcomer
  • *
  • Posts: 3
Code Blocks error message
« on: October 25, 2015, 05:34:43 am »
Hi I'm a newbie I'm getting a error in codeblocks " can't find compiler executable in your configured search path's for GNU GCC Compiler". Can someone please tell me what this is ?????

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Code Blocks error message
« Reply #1 on: October 25, 2015, 09:30:26 am »
Hi I'm a newbie I'm getting a error in codeblocks " can't find compiler executable in your configured search path's for GNU GCC Compiler". Can someone please tell me what this is ?????
Check the compiler settings and make sure you've entered the right path to the executables. Also, make sure the executables are named like that what you've entered in the config options. The message is pretty clear I'd say...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline djstuff01

  • Single posting newcomer
  • *
  • Posts: 3
Re: Code Blocks error message
« Reply #2 on: October 26, 2015, 05:40:10 pm »
Hey thanks man. It worked. I just needed to name the file path. For some reason it wasn't finding the path on its own. You're the bomb MortenMacFlY