The Z88 Development Kit - Downloads

CVS Access

You can browse the cvs repository if you like (I've just set it up so it's not that exciting!!)

Archives

Archive downloads are also available and probably make more sense.

Patches

Sometimes I make a mistake with an archive and forget to include certain files or occasionally update certain files. The files below can be applied over the top of the z88dk directory to rectify these sort of situations. The filename (before the '_' is the version to which the patch should be applied.

These patch files may also be found on the ftp server

There are a couple of modifications that need to be made to v1.31- the makefile creates the softlink to the default config file incorrectly - remove the lib/config before the zcc.cfg in {z88dk}/Makefile. The file {z88dk}/include/stdlib.h needs a semi-colon inserting after the prototype for csleep otherwise strange things will happen.

Installing

Once you've downloaded the archive, this simple guide should get you up and running:

  1. Check {z88dk}/src/z80asm/config.h for machine status and endian status. ENDIAN is set if the machine is big endian (68k,PPC,Sparc etc)
  2. Type: make
  3. Wait
  4. Add {z88dk}/bin into your path
  5. Define the environmental variable Z80_OZFILES to point to the directory {z88dk}lib/
  6. Define the environmental variable ZCCCFG to point to the directory {z88dk}lib/config/

Where {z88dk} is the root directory of the archive. With that you should be sorted and ready to go.

z88dk is known to work on the following systems: Amiga, Be, Linux, Solaris, HP-UX, Win32, Win16, MSDOS

MSDOS/win32 binaries are available from Dennis Groning's z88dk page


Dom 13.7.2000