[ top ]

GM2 development download via CVS


GNU Modula-2 Features
Licence
Documentation
Regression tests for gm2-0.71 in the CVS
Limitations
Building GNU Modula-2
GM2 development download via CVS
GNU Modula-2 Debian binaries
Creating a deb package for GNU Modula-2
GM2 and GCC tarball download
Contributing code
Objectives
FAQ
Mailing list
Other languages for GCC

The latest sources of GNU Modula-2 can be obtained via cvs using the commands:

cvs -z3 -d:pserver:anoncvs@cvs.sv.gnu.org:/sources/gm2 co gm2 testsuite

The source code in the CVS can be browsed here.

If you require a GNU Modula-2 which is compatible with gcc-3.3.6 then you can checkout the older sources using:

cvs -z3 -d:pserver:anoncvs@cvs.sv.gnu.org:/sources/gm2 -D20050523 co gm2 testsuite

However the current gm2 based on 4.1.2 is just as stable - the only disadvantage is that it does not produce debugging information for SET TYPEs.


[ top ]