Watcom C compiler

From Wikipedia, the free encyclopedia

The Watcom C/C++ compiler is esteemed amongst DOS developers by the high execution speed of the compiled code it produces and for having been one of the first compilers to support the Intel 80386 "protected mode". In the mid-1990s, some of the most technically ambitious DOS games such as Doom, Descent and Duke Nukem 3D were built using Watcom C.[1]

Though no longer sold commercially by Sybase, the Watcom C/C++ compiler and the Watcom Fortran compiler have been made available as the open source Open Watcom package with the assistance of SciTech Software. The code is portable, and like many other open source compiler projects such as gcc, the compiler backend (code generator) is retargetable. The compiler can be operated from, and generate executable code for, the DOS, OS/2 and Windows operating systems. It also supports NLM targets for Novell NetWare. There is ongoing work to retarget it for the Linux[2] and modern BSD (eg. FreeBSD) operating systems, running on x86, PowerPC and other processors. The Open Watcom C/C++ version 1.4 release on December 2005 has Linux x86 as an experimental target, supported from NT or OS/2 host platforms. There is code for an abandoned QNX version, but libraries necessary for it to be compiled could not be released as open source.[citation needed] The current version 1.7a was released in October 2007.

Contents

[edit] Release history

The Open Watcom Wiki[3] has a comprehensive history.

[edit] References

[edit] Further reading

[edit] External links

Languages