

Then I rebuilt the project but still got the error.
Code blocks no such file or directory code#
I thought that maybe the code file wasn't included so I removed the previous code from the project and added the new file (I do like this for about 20 programs and always get results) but the error still exists. I used CodeBlocks 10.02 three days ago and it compiled and ran the code successfully. Code::Blocks provides an ‘Embedded HTML Viewer’, which can be used to display simple html file and.
Code blocks no such file or directory how to#
Process terminated with status 1 (0 minutes, 0 seconds)ġ errors, 0 warnings (0 minutes, 0 seconds) How to solve no such file or directory error in gcc. Mingw32-gcc.exe: error: CreateProcess: No such file or directory Mingw32-gcc.exe -Wall -g -c "C.\Project Files\C Codes\C\main.c" -o obj\Debug\main.o

I've checked the CodeBlocks forum and googled this problem No resultsīulid Log: - Build: Debug in C (compiler: GNU GCC Compiler)- No such file or directory c 10:58 No such file or directory c 10:58.

I've written and compiled about 20 C files this way, but I don't know what has recently happened to the IDE. ./wxpch.h14fatal error: wx/wxprec.h: No such file or directory Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) And a search shows the file isnt on my computer. So when I choose main.c and build it, It should show the "Hello World!", but I get this weird mingw32-gcc.exe: error: CreateProcess: No such file or directory error. Here is the steps I followed in CodeBlocks IDE: Create a new project->console->C->Name->debug and release->finish
