作业帮 > 综合 > 作业

codeblocks安装使用问题

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/16 12:30:03
codeblocks安装使用问题
下了个codeblocks(初学C语言) 到创建project之前一切顺利
然后一打开build log就说
"LXH - 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?
Goto "Settings->Compiler and debugger...->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).
感觉好像少装了什么东西 怎么破?
或者再求一个傻瓜式能在WIN7运行的编程软件
找不到编译器
遇到错误就仔细看错误提示
鸟文看不懂的话就去google翻译
这个错误提示已经说得很清楚了,找不到编译器,到菜单Settings->Compiler and debugger...->Global compiler settings->GNU GCC Compiler->Toolchain executables下去修复编译选项
前提是你已经装了gcc
如过没装,就去下个包含mingw的codeblocks,(mingw包含gcc编译器),这个就是你要的傻瓜式ide,什么都齐全,估计你装的codeblocks是不包含mingw的版本