简体   繁体   中英

CodeBlocks - Troubles with building c++ project

i have a problem with building c++ project in CodeBLocks. everytime i want to build my project i get only this error "mingw32-g++.exe: error: move: No such file or directory".

Photos: 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. Download MingW (google it) then open CodeBlocks->Settings->compiler and debugger . Select Toolchain executables tab then browse to where you extracted the MingW from the Compiler's installation directory . I hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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