NetBSD/sys/arch/hpc/stand
uwe 883b52e989 Cosmetic changes: drop unnecessary final semicolons, consistently use
spaces on both sides of the pipeline operator, indent argument list
continued on the next line.
2005-05-12 15:19:48 +00:00
..
binary recompile. 2004-08-13 15:52:28 +00:00
compile
dspgen use gawk instead of awk. 2004-08-06 17:20:32 +00:00
hpcboot Mark resources as language neutral, so that language is not picked 2005-05-11 14:19:36 +00:00
include Our <sys/endian.h> is no longer compilable with eVC3 and probably 2005-05-11 16:44:45 +00:00
libsa clean up whitespace. 2004-08-06 18:33:09 +00:00
libz clean up whitespace. 2004-08-06 18:33:09 +00:00
Makefile Cosmetic changes: drop unnecessary final semicolons, consistently use 2005-05-12 15:19:48 +00:00
README Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00

README

$NetBSD: README,v 1.4 2004/03/19 08:07:22 jmc 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.