              INSTALLATION NOTES for avrmon-stk200-0.6.0


Requirements
------------

See README.


Building the host part of the monitor
-------------------------------------

% cd host

Edit 'Makefile' as necessary.

% make

There really isn't much to install yet. You may want to copy 'mon' and
'remon' to your common executables directory (e.g. /usr/local/bin),
but that's about it.


Building the target part of the monitor
---------------------------------------

The target part of the debugger is built together with the application
that is going to be debugged. The 'target' directory contains a
complete example.

% cd target

Edit 'Makefile' as necessary. You'll probably have to change the paths
for the AVR tools.

% make

Assuming you're using the "STK200 Starter Kit" and have installed
'uisp', you may upload the program image you've just created with this
command:

% make upload

