CodeBlocks安装后无法运行:Tried to run compiler executable ‘-- No Compiler --/bin/ ‘ , but failed!
CodeBlocks安装好后无法运行C++代码错误代码Tried to run compiler executable '-- No Compiler --/bin/ ' , but failed!Skipping...Nothing to be done (all items are up-to-date).简单理解就是没有编译器原因程序默认安装在C:\Program Files (x86)\C
·
CodeBlocks安装好后无法运行C++代码
错误代码
Tried to run compiler executable '-- No Compiler --/bin/ ' , but failed!
Skipping...
Nothing to be done (all items are up-to-date).

简单理解 就是 没有编译器
原因
程序默认安装在
C:\Program Files (x86)\CodeBlocks\MinGW
而一般情况下 我们都换装在其他盘中
从而导致程序无法识别CodeBlocks新的安装路径
方案
详细步骤如下
Codeblocks -> Settings -> Compiler… ->GNU GCC Compiler->Toolchain executables -> Auto-detefct
更多推荐
所有评论(0)