GNU Compiler Collection

From EDM2
Revision as of 22:10, 1 November 2017 by Ak120 (Talk | contribs)

Jump to: navigation, search
GNU GCC Logo

The GNU Compiler Collection (GCC) contains what is possibly the technically most advanced currently maintained C/C++ compiler for OS/2, generating good code and supporting the latest standards. Because it is available and maintained for a large number of operating systems it is also for many the first choice when it comes to writing portable code. However it should be noted that many of the operating systems listed as being supported by GCC have had their support removed in the 4.x branch or earlier, meaning that to archive full portability you may have to keep 2.x (EMX) or 3.x branches of GCC going if you are targeting some of the less used OS's. In addition systems that are not UNIX like may need emulation layers and libraries and in some cases such as with Microsoft Windows their uses can be clunky or even problematic.

Source and References

  • For a long time the EMX collection included the preferred GNU GCC port for OS/2 developers, it still is to a degree preferable to the later DJGPP for DOS development work even though the latter collection supports newer versions of GCC.
  • Innotek GCC was also available but Innotek is no longer in business since it was acquired by Sun Microsystems.

Versions

GCC/2
  • Jun 1992: 2.1
  • Nov 1992: 2.2.2
  • Apr 1993: 2.3.3
  • Nov 1993: 2.5.4 - Objective C support
  • Nov 1994: 2.6.1
EMX
  • Feb 1992: emx 0.8b - GCC 1.40
  • Mar 1992: emx 0.8c - GCC 2.1, GAS 1.38.1, GDB 4.4
  • May 1992: emx 0.8d - GCC 2.1
  • Sep 1992: emx 0.8e - GCC 2.2.2, GDB 4.6
  • Jan 1993: emx 0.8f - GCC 2.3.3, GDB 4.7
  • Jul 1993: emx 0.8g - GCC 2.4.5, GDB 4.9
  • Dec 1993: emx 0.8h - GCC 2.5.7 / 2.5.8
  • Jul 1994: emx 0.8h fix 10
  • Dec 1994: emx 0.9a - GCC 2.6.3, GAS 2.3, GDB 4.13
  • 1995: emx 0.9a fix 06 - GCC 2.7.0
  • Sep 1996: emx 0.9c - GCC 2.7.2.1
  • Dec 1998: emx 0.9d - GCC 2.8.1 - latest fix (Mar 2001): emx 0.9d FIX 04
EMX-based
  • 1999-06-14: PGCC 1.1.1 (EGCS)
  • 3.0.3
  • 2003-03-07: GCC 3.2.1 R2 - beta version by Andrew Zabolotny - emx 0.9d required
Innotek GCC / Netlabs
Latest ports

by Paul Smedley

Links

License and availability

  • Open source software released under the GPL v3

Related Articles

Publications

Authors and publisher