NetBSD/sys/arch/hpc/stand
takemura 21006d2057 Added SigmarionII entry. 2001-11-25 14:39:50 +00:00
..
binary recompile (by VC6) 2001-07-03 20:40:07 +00:00
compile
dspgen
hpcboot Added SigmarionII entry. 2001-11-25 14:39:50 +00:00
include ANSIfy, KNF. 2001-09-27 16:31:23 +00:00
libsa
libz
Makefile add build number. when 'make uuencode', increment it. 2001-06-19 16:50:05 +00:00
README add document for developers. 2001-06-19 17:50:39 +00:00

README

$NetBSD: README,v 1.2 2001/06/19 17:50:39 uch Exp $

How to use
	'make all' uudecode all binaries.
	hpcboot.exe were compiled for H/PC Pro 2.11 by eMbedded Visual C++ 3.0 
	executable are located in
		binary/ARM/hpcboot.exe
		binary/SH3/hpcboot.exe
		binary/MIPS/hpcboot.exe *
	* for MIPS, use pbsdboot.exe (sys/arch/hpcmips/stand/pbsdboot)

How to compile

	1. Generate work space and project files.
		make vc5	# WindowsCE Embedded Toolkit for Visual C++ 5.0
		make vc6	# WindowsCE Toolkit for Visual C++ 6.0
		make evc3	# eMbedded Visual C++ 3.0

	2. Open hpc_stand.dsw or hpc_stand.vcw from Visual Studio.

How to commit (for developers)
	"make install" copies hpcboot.exe to binary/ directory from compile/
	directory.
	"make uuencode" uuencode binary/*/hpcboot.exe and
	increment build number. (this number is used for next build.)
	commit uudecoded binary and binary/build_number.h.