Home | History | Annotate | Line # | Download | only in stand
      1  1.6  rafal $NetBSD: README,v 1.6 2008/02/26 21:46:38 rafal Exp $
      2  1.1    uch 
      3  1.1    uch How to use
      4  1.1    uch 	'make all' uudecode all binaries.
      5  1.1    uch 	hpcboot.exe were compiled for H/PC Pro 2.11 by eMbedded Visual C++ 3.0 
      6  1.1    uch 	executable are located in
      7  1.1    uch 		binary/ARM/hpcboot.exe
      8  1.3    uch 		binary/MIPS/hpcboot.exe *
      9  1.1    uch 		binary/SH3/hpcboot.exe
     10  1.3    uch 		binary/SH4/hpcboot.exe
     11  1.1    uch 	* for MIPS, use pbsdboot.exe (sys/arch/hpcmips/stand/pbsdboot)
     12  1.1    uch 
     13  1.1    uch How to compile
     14  1.1    uch 
     15  1.1    uch 	1. Generate work space and project files.
     16  1.1    uch 		make vc5	# WindowsCE Embedded Toolkit for Visual C++ 5.0
     17  1.1    uch 		make vc6	# WindowsCE Toolkit for Visual C++ 6.0
     18  1.1    uch 		make evc3	# eMbedded Visual C++ 3.0
     19  1.6  rafal 		make evc4	# eMbedded Visual C++ 4.0 (only tested for
     20  1.6  rafal 				# ARM, not promoted to binary directory).
     21  1.1    uch 
     22  1.2    uch 	2. Open hpc_stand.dsw or hpc_stand.vcw from Visual Studio.
     23  1.2    uch 
     24  1.2    uch How to commit (for developers)
     25  1.2    uch 	"make install" copies hpcboot.exe to binary/ directory from compile/
     26  1.2    uch 	directory.
     27  1.2    uch 	"make uuencode" uuencode binary/*/hpcboot.exe and
     28  1.2    uch 	increment build number. (this number is used for next build.)
     29  1.4    jmc 	commit uuencoded binary and binary/build_number.h.
     30