NetBSD/sys/arch/hpc/stand
uwe 95f76b747d Clean more files generated by eVC3. 2006-10-18 02:18:27 +00:00
..
binary Bump build number as requested by Uwe. 2006-04-08 16:27:25 +00:00
compile
dspgen
hpcboot s/u_intN_t/uintN_t/ 2006-03-05 04:05:39 +00:00
include The real libkern.h now uses "long long" that eVC has no clue about. 2006-10-18 01:39:01 +00:00
libsa Add dealloc() function, to make hpcboot build again. 2006-02-19 14:44:00 +00:00
libz zlib doesn't care about __daddr_t. 2006-01-18 00:11:27 +00:00
Makefile Clean more files generated by eVC3. 2006-10-18 02:18:27 +00:00
README

README

$NetBSD: README,v 1.5 2005/12/11 12:17:28 christos 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/MIPS/hpcboot.exe *
		binary/SH3/hpcboot.exe
		binary/SH4/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 uuencoded binary and binary/build_number.h.