

GNU Binutils - a collection of binary tools.Linux) to generate Windows executables, the WinLibs project only focusses on building versions that run natively on Windows.Īlso some additional tools are added, including: The combination of these results in a free C/C++ compiler for Windows.Įven though GCC and MinGW-w64 can be used on other platforms (e.g. MinGW-w64 is a free and open source C library for targetting Windows 32-bit and 64-bit platforms. GCC (GNU Compiler Collection) is a free and open source compiler for C and C++ (and other languages like Objective-C, Fortran, D). In short: it's a free C and C++ compiler for Microsoft Windows. Mingw32-g++.WinLibs - GCC+MinGW-w64 compiler for Windows WinLibs standalone build of GCC and MinGW-w64 for Windowsĭownload | How to use from Windows Command Prompt | How to use from Code::Blocks | Philosophy What is it? It looks like someone else have had this problem too: I uninstalled ver.10.02 and installed a new version 12.11 today. Then I rebuilt the project but still got the error. 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. Process terminated with status 1 (0 minutes, 0 seconds)ġ errors, 0 warnings (0 minutes, 0 seconds) 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). I've written and compiled about 20 C files this way, but I don't know what has recently happened to the IDE. 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
