带编译器的codeblocks
发布时间: 2025-01-31 12:25:19
⑴ CodeBlocks打入代码后无法运行是什么情况
如果安装了带编译器的codeblocks,还是不能编译,那可能就是设置问题了。x0dx0a打开codeblocks , 点菜单中的 setting , 选择 compiler and debugger。x0dx0a会弹出一个设置页,请确认右边的compiler 选择的是GNU GCC Compiler.x0dx0a下面有几个标签页,分别是Compiler setting , Linker setting ... 选择第四个标签页 Toolchain executablesx0dx0a这里要设置编译器的目录。可以先点右边的auto detect,让编译器自动探测设置。x0dx0a如果探测到了,弹出的框里会写 Auto-detected installation path of "GNU GCC Compiler" in "C:\..."x0dx0a如果没有探测到,也会弹出一个框给出提示。x0dx0a如果自己知道编译器的目录,可以自己选择,点auto detect 旁边的三个点的按钮,自己选择目录就行了。x0dx0a直接把目录的路径复制到那一行也是可以的。x0dx0a下面的设置,按安装时候的初始值,不需要改变。x0dx0a确定后就可以了,自己去试试hello world 吧。
热点内容