Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpc/stand add README.



details:   https://anonhg.NetBSD.org/src/rev/f269cdc21eb8
branches:  trunk
changeset: 506974:f269cdc21eb8
user:      uch <uch%NetBSD.org@localhost>
date:      Sat Mar 10 16:24:54 2001 +0000

description:
add README.

diffstat:

 sys/arch/hpc/stand/README |  19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 847ae4194724 -r f269cdc21eb8 sys/arch/hpc/stand/README
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpc/stand/README Sat Mar 10 16:24:54 2001 +0000
@@ -0,0 +1,19 @@
+$NetBSD: README,v 1.1 2001/03/10 16:24:54 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. Use hpc_stand.dsw or hpc_stand.vcw.



Home | Main Index | Thread Index | Old Index