简体   繁体   English

CodeBlocks-构建C ++项目的麻烦

[英]CodeBlocks - Troubles with building c++ project

i have a problem with building c++ project in CodeBLocks. 我在CodeBLocks中构建c ++项目时遇到问题。 everytime i want to build my project i get only this error "mingw32-g++.exe: error: move: No such file or directory". 每次我要构建项目时,我只会收到此错误“ mingw32-g ++。exe:错误:移动:没有​​这样的文件或目录”。

Photos: http://imageshack.us/photo/my-images/849/beznzvutgd.png/ http://imageshack.us/photo/my-images/545/82384834.png/ 图片: http : //imageshack.us/photo/my-images/849/beznzvutgd.png/ http://imageshack.us/photo/my-images/545/82384834.png/

you don't have the MingW toolchain, since codeblocks is just an IDE, you need a compiler to make it useable. 您没有MingW工具链,因为代码块只是一个IDE,所以需要一个编译器使其可用。 Download MingW (google it) then open CodeBlocks->Settings->compiler and debugger . 下载MingW(google it),然后打开CodeBlocks->Settings->compiler and debugger Select Toolchain executables tab then browse to where you extracted the MingW from the Compiler's installation directory . 选择“ Toolchain executables选项卡,然后浏览到从Compiler's installation directory提取MingW Compiler's installation directory I hope this helps. 我希望这有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM