FILE
	readme

	Copyright(c) 1993-1995, FMI, Fujitsu Microelectronics, Inc.
	All rights reserved.

	This software (including any documentation) is untested, has not been
	fully tested for viruses and has been provided to you without charge.
	ACCORDINGLY, IT IS DELIVERED "AS IS" WITH NO WARRANTIES EXPRESS OR
	IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.  You bear all 
	risk of nonperformance, loss of data and other problems and Fujitsu
	Microelectronics, Inc. and Fujitsu Limited will not be liable under any
	contract, negligence, strict liability or other theory for any damages
	including, without limitation, direct, consequential or incidental nor
	be required to provide substitute goods, services or technology.

This directory contains files to make EPROMs for SPRAClite evaluation
board.  Cygnus GNU SPARClite programming tools are used. 


Files:
	readme		- this file
	gnusun.mak	- makefile used on SUN4
	gnupc.mak	- makefile used on PC
	ldscript	- command file for Cygnus GNU linker

Associated source files are in the ../src directory.

To make EPROM on SUN workstation, invoke: 

        make -f gnusun.mak MHZ=[20, 25, 30, 40, 50, 60] CHIP=[933H, 934, 936]

To make EPROM on PC invoke:

        make -f gnupc.mak MHZ=[20, 25, 30, 40, 50, 60] CHIP=[933H, 934, 936]


