Can't find file executable in your configured search path for gnc gcc compiler

前端 未结 9 544
执笔经年
执笔经年 2020-12-12 12:55

My problem is that code::blocks error message tells me that it can\'t find file executable in the search path for gnc gcc compiler. Although, I don\'t know w

9条回答
  •  误落风尘
    2020-12-12 13:32

    • 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.

提交回复
热议问题