Dev C in Windows 8
With the latest release of windows 8 a new GNU has also been created and due to which many compilers might not work properly with the new GNU.
Due to change in the GNU of windows 8 new versions of compilers are coded for C and C++ program to successfully run. Most of the users might get following error while using the older version of dev-cpp in windows 8 which will generate the following error -:
Compiler: Default compilerExecuting gcc.exe...gcc.exe "C:\Users\James\Documents\Homework\TA_CPRE_185\counter.c" -o "C:\Users\James\Documents\Homework\TA_CPRE_185\counter.exe" -I"C:\Dev-Cpp\include" -L"C:\Dev-Cpp\lib"
gcc.exe: Internal error: Aborted (program collect2)Please submit a full bug report.See <URL:http://www.mingw.org/bugs.shtml> for instructions. Execution terminatedCompilation successful
gcc.exe: Internal error: Aborted (program collect2)Please submit a full bug report.See <URL:http://www.mingw.org/bugs.shtml> for instructions. Execution terminatedCompilation successful
This error is generated due to the use of Older version of MinGW(Minimalist GNU for windows) and TDM-GCC in Windows 8
You can download newer version of windows 8 from the following links -:
Link to Download new Dev-Cpp 5.3.0.3 TDM-GCC x64 4.6.1 for windows 8 is here
2 comments: