SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[gcc] Can't find file executable in your configured search path for gnc gcc compiler
Home
Question
Can't find file executable in your configured search path for gnc gcc compiler
Uninstall/Remove your current codeblocks compiler.
Install codeblocks using this link that contains
GCC
compiler files:
http://sourceforge.net/projects/codeblocks/files/Binaries/13.12/Windows/codeblocks-13.12mingw-setup-TDM-GCC-481.exe
.
Now go to : Settings > Compiler.... > ToolChain Executables Tab
CLICK on
Auto-detect
button and then click
OK
button. Now just restart CodeBlocks and start writing your codes and use the Build and run option. It will RUN normally.
Examples related to
gcc
•
Can't compile C program on a Mac after upgrade to Mojave
•
Compiling an application for use in highly radioactive environments
•
Make Error 127 when running trying to compile code
•
How to Install gcc 5.3 with yum on CentOS 7.2?
•
How does one set up the Visual Studio Code compiler/debugger to GCC?
•
How do I set up CLion to compile and run?
•
CMake error at CMakeLists.txt:30 (project): No CMAKE_C_COMPILER could be found
•
How to printf a 64-bit integer as hex?
•
Differences between arm64 and aarch64
•
Fatal error: iostream: No such file or directory in compiling C program using GCC
Examples related to
codeblocks
•
How to change text color and console color in code::blocks?
•
error CS0103: The name ' ' does not exist in the current context
•
Can't find file executable in your configured search path for gnc gcc compiler
•
How do you specify a debugger program in Code::Blocks 12.11?
•
How to use graphics.h in codeblocks?
•
undefined reference to WinMain@16 (codeblocks)
•
Cannot open include file with Visual Studio
•
How can I add C++11 support to Code::Blocks compiler?
•
C++ Boost: undefined reference to boost::system::generic_category()
•
fatal error: iostream.h no such file or directory