Code::Blocks Forums
User forums => Help => Topic started by: Code_Blocker on December 13, 2015, 06:20:39 am
-
Please Help,
I have downloaded gcc-5.3.0.tar.bz2 from the "http://mirrors.concertpass.com/gcc/releases/gcc-5.3.0/" web site.
Extracted the file and cannot find the actual compiler exe file to use with Code::Blocks.
How do I install gcc-5.3.0.tar to be used with Code::Blocks ?
OS: Windows 8.1
Thank You.
-
You are downloading the sources of the compiler. This won't work, obviously.
You have to install a compiler. So you can do one of the following:
- install C::B with compiler (thee is a package provided)
- download install a compiler from TDM webpage at http://tdm-gcc.tdragon.net/download
- find and install another MinGW distribution (e.g. from MinGW.org or at sourceforge, just search for MinGW)
All of thee options comes with a proper installer.
-
Thank You for the info.
tdm64-gcc-5.1.0-2.exe - 45.8 MB ยท GCC 5.1.0
"Bundle installer for the TDM64 MinGW-w64 edition. Includes C, C++, and OpenMP support, SEH/SJLJ exception handling, other GNU toolchain programs (binutils), Windows API libraries (mingw-w64), GNU make (mingw32-make), and the 64-bit GNU debugger (GDB)." seems to be an older version.
Might U have a link for the NEW GCC 5.3 released [2015-12-04] installer.
I am unable to find a GCC 5.3 installer. :(