M BUZZ CRAZE NEWS
// general

installing MinGW-x64 in code blocks windows 10 error: No such file or directory found

By Daniel Rodriguez

I am trying to change code blocks configuration to work with min gw x64'. i tried the method How to specify MinGW64 for codeblocks 17.02 on Windows 10?. but still i am getting following error

||=== Build file: "no target" in "no project" (compiler: unknown) ===|
\Users\rajesh_chaurasiya\Documents\p4.o||No such file or directory|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
2

1 Answer

finally i can compile and run my program with mingw-x64. with c++14 & c++17 enabled. i don't know the reason but i was not able to build because i think i was saving my file in my document folder and i have turned on control folder access in windows security centre.so i changed location to save in driver e. may be it can help others.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy