lcc is the retargetable compiler for Standard C described in our book "A Retargetable C Compiler: Design and Implementation" (Addison-Wesley, 1995, ISBN 0-8053-1670-1). The public distribution directory contains the following files and directories. MD5 fingerprints for the files in this directory are listed below. README this file. X.Y.tar.{Z,gz} compressed tar files for the distribution of version X.Y, e.g., 4.0.tar.Z the tar file compressed with compress. This distribution includes user documentation, the front end, the driver program, code generators for all the supported targets, and the code-generator generator that produced them. A .gz file is the tar file compressed with gzip instead of compress. lcc-X.Y.tar.gz same as X.Y.tar.gz, except that its contents unpack into a directory named lcc-X.Y instead of creating directories and files in the current directory. lccXY.zip compressed archive of the distribution of version X.Y in ZIP 2.2 format. ASCII files in this archive are in MS-DOS format; that is, their lines are terminated with CRLF. old/ holds distribution files for some previous versions. contrib/ holds distribution files for user-contributed lcc software; contrib/README gives details. The distribution is available via anonymous ftp from ftp.cs.princeton.edu in the directory pub/packages/lcc. Obtaining and extracting the distribution into its own directory is accomplished by the following commands. Replace "4.2" with the latest version. As suggested, use your login as the password, and use ftp's binary transfer mode. mkdir lcc cd lcc ftp ftp.cs.princeton.edu anonymous yourlogin cd pub/lcc binary get 4.2.tar.Z dist.tar.Z quit zcat dist.tar | tar xpof - rm dist.tar.Z Additional information about lcc and about our book is available on the WWW at URL http://www.cs.princeton.edu/software/lcc/. Chris Fraser / cwf at aya dot yale dot edu David Hanson / drh at drhanson dot net MD5(3.6.tar.gz)= 4b9b0729014d5c424fac8de2201d2935 MD5(3.6.tar.Z)= 2bff5302758d9bfa36a1177cf60eca7a MD5(4.1.tar.gz)= 104017b1c2d64d1c7a80c0f28afbce05 MD5(4.1.tar.Z)= 7317458f3ae5d043ef5cd57c9c60b49a MD5(4.2.tar.gz)= b6b1bd309ce5d17df36a02f9aee72e56 MD5(4.2.tar.Z)= cfc7d46c26db8e3b9f7b3a753d5893f1 MD5(lcc-3.6.tar.gz)= 0085cc6019bcb10a6228bcaa71edc78d MD5(lcc36.zip)= 6e5d7b38d4e6754163117a533b688b22 MD5(lcc41.exe)= 14db371a3b6c5011ee05018b52ec00af MD5(lcc-4.1.tar.gz)= 490094598d2bd1f4c04e6d8e3fbd59fd MD5(lcc41.zip)= 050e01f5c47007716d6f97438d270d39 MD5(lcc-4.2.tar.gz)= 2c4826936b4486f3b0445a2ddb6cd642 MD5(lcc42.zip)= a9af5b7a13ffc4b82900026eb2a7549e Mon May 28 18:53:18 EDT 2007