Freeware ANSI C compiler c386/c68 V4.4.5 (wirklich nur Compiler, ohne Preprozessor, Assembler und Linker). Freeware, portiert von Thorsten Roskowetz rossi@titan.rz.uni-osnabrueck.de ANNOUNCEMENT: Freeware ANSI C Compiler c68 v4.4.5 (TOS) available. ------------------------------------------------------------------ DESCRIPTION: c68 v4.4.5 is a port of c386/c68 v4.4, a publicly available ANSI compliant C compiler known to be in use on a wide range of sys- tems including Minix and QDOS/SMS. For users not familiar with this product, it is worth pointing out that c68 is merely the main compiler phase of a C compilation system rather than a com- plete C compiler - you will still need a preprocessor, assembler and linker. CONTENTS: - the compiler c68 itself (configured to generate mc68k source compatible with JAS 2.00x10, the assembler of SozobonX) - JAS compatible assembler as68 - ports of MiNTlibs PL44 and PML PL23 (-mshort and -mlong) - a simple compiler driver (with source) - diff-listing relative to the original c68 v4.4 sources List of changes in c68 v4.4.5 relative to v4.4.4: ------------------------------------------------- - new compiler driver program cc68x (written by Scott Bigham) - changed inline-trap-generation (BTW: off by default now); this and new os-bindings allow working -mlong libraries - no need for JAS_PATCH anymore since JAS >= 2.00x10 can finally handle Label1-Label2 expressions; recompiled everything - fixed two bugs in the lineA-bindings (reported by Paul Pospisil) - _stksize=32768L in cmain.c (see MiNTlibs' crtinit.c)