codeblocks编译器设置
时间: 2023-09-05 14:12:46 浏览: 133
codeblocks编译器的设置很简单。首先,右击项目,选择Build Options。然后,进入Compiler Settings,找到Compiler Flags选项。接下来,进入Settings -> Compiler -> Selected Compiler,选择GNU GCC Compiler。在Toolchain executables中,找到Compiler's Installation directory,选择gcc和g所在的文件夹。确保C Compiler是gcc,C Compiler是g,Debugger是GDB debugger。这样就完成了codeblocks编译器的设置。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *3* [codeblocks如何设置编译器](https://blog.csdn.net/yangguangqizhi/article/details/46374809)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
- *2* [codeblocks 配置编译器](https://blog.csdn.net/drbinzhao/article/details/6758354)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]