codeblocks 安装后无法编译

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/weixin_43873389/article/details/100915979

首先确认下载的是codeblocks-xxx mingw-setup.exe 带mingw的这个
然后安装后编译,提示

“sad - Debug”: The compiler’s setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler.
Probably the toolchain path within the compiler options is not setup correctly?! (Do you have a compiler installed?)
Goto “Settings->Compiler…->Global compiler settings->GNU GCC Compiler->Toolchain executables” and fix the compiler’s setup.
Skipping…
Nothing to be done (all items are up-to-date).

按照提示,打开Settings->Compiler
然后点下边红框中的内容
在这里插入图片描述
如果自动检测逼到就点左边的三个小点去安装目录找一下 MinGW这个文件夹即可

现在可以编译了

-------------- Build: Debug in sad (compiler: GNU GCC Compiler)---------------

Target is up to date.
Nothing to be done (all items are up-to-date).

-------------- Run: Debug in sad (compiler: GNU GCC Compiler)---------------

Checking for existence: D:\codeblocksc++\sad\bin\Debug\sad.exe
Executing: “D:\ProgramsAsThem\CodeBlocks/cb_console_runner.exe” “D:\codeblocksc++\sad\bin\Debug\sad.exe” (in D:\codeblocksc++\sad.)

猜你喜欢

转载自blog.csdn.net/weixin_43873389/article/details/100915979
今日推荐