User forums > Help
can't find compiler executable in your search path (GNU GCC compiler)
Cybermaze:
I had the same problem.
Installing latest Code::Blocks 13.12 on Windows 8.1 with compiler, the program could not find the compiler.
Thank you laYahooz, your suggestion worked, now I can start programming :)
zakou3570:
--- Quote from: laYahooz on January 04, 2013, 11:06:00 pm ---I had a similar problem. Please note I'm a total n00b in C++ and IDE's but heres what I did (after some research)
So of course I downloaded the version that came with the compiler and it didn't work. Heres what I did:
1) go to settings in the upper part
2) click compiler
3) choose reset to defaults.
Hopefully this works :-\
--- End quote ---
Donload MinGW Instaler from this link http://www.mingw.org/category/wiki/download up right corner is the button run instaler exe then you need to open the program and make update then check the base system packages it wil be downloaded the instaled then do the reset compiler thing other people say in this post you wil be fine hope i helped
Holmz:
Similar issues on a mac (OSX10.9)
which icc says:
/usr/bin/icc
which fort says:
/usr/bin/ifort
The icc link in the code blocks says:
Scanning for lexers in /Applications/CodeBlocks.app/Contents/Resources/share/codeblocks/lexers/...
Found 46 lexers
...
Script plugin registered: Find Broken Files plugin
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
Current compiler 'Intel C/C++ Compiler' doesn't have correctly defined debugger!
Current compiler 'Intel C/C++ Compiler' doesn't have correctly defined debugger!
Current compiler 'Intel C/C++ Compiler' doesn't have correctly defined debugger!
And there seems to be only gfort (etc)... But no fort?
oBFusCATed:
Are you able to build your project?
This message tells you that debugger won't work for the ifort/icc compilers.
You should be able to build your projects just fine (if everything else is setup correctly).
Eezageeza:
Hello World!
I'm a total beginner and had an absolute nightmare trying to get Code Blocks to find and use a compiler. The information on the internet is rather inpenetrable and isn't always correct. It took a frustrating and disheartening effort to solve, at least enough for a beginner.
However, I solved my problem enough to practice coding!! :D
This is what I did.
I reinstalled Code Blocks into my C: drive (it was in D: previously, though I don't know if that made any difference or not)
I then went here:
https://sourceforge.net/projects/tdm-gcc/?source=typ_redirect
and downloaded TDM-GCC MinGW Compiler in the C: drive.
I then reloaded Code Blocks, settings >> compiler >> global compiler settings >> Tool Chain Executables Tab (to check the fields). The compiler was selected as GNU GCC Compiler. I then clicked "auto detect".
It FINALLY found the compiler. :D :D :D :D
This is what worked for me after hours of fruitless searching and inpenetrable reading. The key I think in my case, was the TDM-GCC MinGW Compiler download. Now, I don't know if this is the real, useful deep way to begin a multimillion dollar systems development lifecycle, but it will do for practicing beginner code.
Perhaps looking at the tool chain executables may have been redundant, but I just said what I did.
I hope this may help any who remain frustrated.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version