• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

binary/20-Jan-2014-51

compile/20-Jan-2014-

dspgen/20-Jan-2014-1,3861,061

hpcboot/20-Jan-2014-14,2449,213

include/20-Jan-2014-698385

libsa/07-Feb-2025-976436

libz/20-Jan-2014-8444

MakefileD15-Jan-20143.1 KiB11474

READMED26-Feb-20081,017 3024

README

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