NetBSD/sys/arch/hpc/stand
nonaka 451b8e69e9 recompile. 2011-11-23 15:51:02 +00:00
..
binary recompile. 2011-11-23 15:51:02 +00:00
compile
dspgen
hpcboot modify for PSION NETBOOK PRO. 2011-11-23 15:49:57 +00:00
include Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
libsa fix build failure. 2011-09-23 16:00:15 +00:00
libz fix build failure. 2011-09-23 16:00:15 +00:00
Makefile
README

README

$NetBSD: README,v 1.6 2008/02/26 21:46:38 rafal 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
		make evc4	# eMbedded Visual C++ 4.0 (only tested for
				# ARM, not promoted to binary directory).

	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.