GCC 6.1x Compilers

下载地址1:

Mingw gcc 6.30下载 这个是某微软员工编译的版本

MinGW is a port of GCC to Windows. It is free of charge and simple to use (well, as simple as toolchains ever get). It produces standalone Windows executables which may be distributed in any manner. MinGW's official website mingw-w64.sourceforge.net provides various builds, but I maintain my own distro because I demand complete control. (It's a long story, but mingw-w64 forked from mingw.org. Although my distro was based on mingw.org for many years, I now consider mingw-w64 to be the one true MinGW.)

Contents

The components of this distro fall into four categories:

  • Essentials: The components of MinGW itself. They are required in order to run GCC.
  • Libraries: Useful C and C++ libraries.
  • Utilities: Programs used by programmers.
  • Utilities (Binary): More programs used by programmers. Unlike everything else, I obtained these executables from their official websites instead of building them myself.
Essentials Libraries Utilities Utilities (Binary)
binutils 2.27 Boost 1.63.0 coreutils 8.26*** 7-Zip 16.04
GCC 6.3.0 FreeType 2.7 gdb 7.12 git 2.11.0
mingw-w64 5.0.0 glbinding 2.1.1 grep 2.10  
  GLM 0.9.8.3 LAME 3.99.5  
  libbzip2 1.0.6 make 4.2.1  
  libjpeg-turbo 1.5.1* pngcheck 2.3.0  
  libogg 1.3.2 pngcrush 1.8.10  
  libpng 1.6.26 sed 4.2.2  
  libvorbis 1.3.5 vorbis-tools 1.4.0  
  PCRE 8.39**    
  SDL 2.0.5    
  SDL_mixer 2.0.1    
  zlib 1.2.8    

* With jpegtran.

** With pcregrep.

*** Only sort, uniq, and wc.

下载地址二:

TDM-GCC 这个我就不多说了,你懂的!工欲善其事必先利其器!!!!!!!!

2015 · June 28th 包括x64 和 x86版本

GCC 5.1.0 packages

TDM-GCC is pleased to present new toolchains based on GCC 5.1.0, as well as updated GDB packages for 32-bit and 64-bit native Windows.

This TDM-GCC release incorporates a few more local patches from the MinGW-w64 project's MinGW-Builds releases. Also, a 32-bit GDB is now available, and both 32-bit and 64-bit GDB automatically load GCC's libstdc++ "pretty printers", if available, to provide more readable debugging output for libstdc++ objects. See the README files included in the core and gdb packages for details on all local patches.

  • TDM-GCC is a compiler suite for Windows.
  • It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness, and the free and open-source MinGW or MinGW-w64 runtime APIs to create an open-source alternative to Microsoft's compiler and platform SDK.
  • It can create 32-bit OR 64-bit binaries, for any version of Windows since Windows 98.
  • It has an easy-to-use single-file installer that creates a working installation with just a few clicks, and can update that installation when new packages become available.
  • It consists of command-line tools only. If you want a visual IDE (text editor, compiler interface, visual debugger),Code::Blocks integrates well with TDM-GCC.
  • TDM-GCC is a redistribution of components that are freely available elsewhere; as such, support for using TDM-GCC should generally be sought on the basis of the individual components in their respective forums. See the documentation for more details.

下载地址三:

MinGW-w64 - for 32 and 64 bit Windows

包含各种版本的GCC编译器,尤其是包含最新的GCC5.2x版本。。。还有GCC6.0 ...

 下载地址四:

Clang for windows

Dev-C++:

以为Dev-C++挂了,没想到还活着

Dec-C++ v5.83下载地址

最新文章

  1. JavaScript - 对象
  2. centos 安装redis(一台机器可以安装多个redis)
  3. 内存中 OLTP - 常见的工作负荷模式和迁移注意事项(一)
  4. poj3259 bellman——ford Wormholes解绝负权问题
  5. Silverlight以列表显示数据库数据_DataGrid
  6. BZOJ 1413 取石子游戏(DP)
  7. DOM操作 append prependTo after before
  8. Android SDK Manager 更新代理配置 ,蛋碎了
  9. junit4测试 Spring MVC注解方式
  10. 解读Google分布式锁服务
  11. PXE+kickstart自动安装ubuntu14.04
  12. CharMatch(括号匹配)
  13. span是没有value标签的,要向获得标签内部的值改怎么办。
  14. RDP 拒绝服务攻击
  15. [LeetCode&Python] Problem 415. Add Strings
  16. Linux学习历程——Centos 7重置root密码
  17. 2017-12-14python全栈9期第一天第四节之python分类
  18. jasperreport queryString in
  19. Python os.popen() 方法
  20. akka模块

热门文章

  1. 线程 task 使用三种方法
  2. 2.1-Java语言基础(keyword)
  3. 解决windows下Composer因php_openssl扩展缺失而安装失败的问题
  4. 当Java遇见了Html--Jsp详解篇
  5. javabeans 内省 introspector BeanUtils
  6. socket传送二进制流的一些总结
  7. mysql 自增主键为什么不是连续的?
  8. PHP脚本执行效率性能检测之WebGrind的使用
  9. web worker,SSE,WebSocket,AJAX 与后端交互的方式
  10. linux通用GPIO驱动,写GPIO文件不立即生效问题解决