Misplaced Pages

TDM-GCC

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Compiler suite for Microsoft Windows
TDM-GCC
Original author(s)John E.
Stable release10.3.0 / May 24, 2021; 3 years ago (2021-05-24)
Repositorygithub.com/jmeubank/tdm-gcc
Written inC++
PlatformMicrosoft Windows
TypeCompiler
LicenseCC0
Websitejmeubank.github.io/tdm-gcc/

TDM-GCC is a compiler suite for Microsoft Windows. It is a commonly recommended compiler in many books, both for beginners and more experienced programmers.

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. A large difference is that it changes the default GCC libraries to be statically linked, and use a shared memory region for exception handling.

IDEs that come bundled with TDM-GCC

See also

References

  1. TDM-GCC 10.3.0 release
  2. ^ Eubank, John. "About | TDM-GCC". jmeubank.github.io. Archived from the original on 5 January 2024. Retrieved 5 January 2024.
  3. Eubank, John (26 May 2021). "TDM-GCC Compiler". SourceForge. Archived from the original on 5 January 2024. Retrieved 5 January 2024.


Stub icon

This programming-tool-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: