TDM-GCC
From HandWiki
Short description: Compiler suite for Microsoft Windows
TDM-GCC is a compiler suite for Microsoft Windows.[1] It is a commonly recommended compiler in many books, both for beginners[citation needed] and more experienced programmers.[citation needed]
It combines the most recent stable release of the GCC toolset, a few patches for Windows-friendliness, and the free and open-source MinGW runtime APIs to create an open-source alternative to Microsoft's compiler and platform SDK. It is able to build 32-bit or 64-bit binaries, for any version of Windows since Windows 98.
TDM-GCC is a redistribution of components that are freely available elsewhere.[2] A large difference is that it changes the default GCC libraries to be statically linked, and use a shared memory region for exception handling.[1]
IDEs that come bundled with TDM-GCC
References
- ↑ 1.0 1.1 Eubank, John. "About | TDM-GCC" (in en). https://jmeubank.github.io/tdm-gcc/about/.
- ↑ Eubank, John (26 May 2021). "TDM-GCC Compiler" (in en). https://sourceforge.net/projects/tdm-gcc/.
External links
- TDM-GCC website (redirects to https://jmeubank.github.io/tdm-gcc/)
Original source: https://en.wikipedia.org/wiki/TDM-GCC.
Read more |