MinGW: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
Line 10: Line 10:
===External Links===
===External Links===
*http://www.mingw.org/
*http://www.mingw.org/
*http://my.execpc.com/~geezer/os/index.htm#borealis - Chris Giese tip-toed around the bugs and got his kernel to build with MinGW


[[Category:Compilers]]
[[Category:Compilers]]

Revision as of 21:42, 10 January 2021

This page is a stub.
You can help the wiki by accurately adding more contents to it.

MinGW (Minimalist GNU for Windows) is a port of several GNU utilities to the Windows console environment, including the GCC / binutils toolchain. It is less sophisticated than Cygwin, but more compact with a lower overhead. It is most widely used in conjunction with the Dev-C++ and CodeBlocks IDE.

See Also

Articles

Forum

External Links