Changeset 148 for trunk/src/os2ahci/README
- Timestamp:
- Mar 27, 2013, 5:55:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/README
r147 r148 16 16 17 17 Copyright (c) 2011 thi.guten Software Development 18 Copyright (c) 2011 Mensys B.V.18 Copyright (c) 2011-2013 Mensys B.V. 19 19 20 20 Authors: Christian Mueller, Markus Thielen … … 51 51 as modifications will also be published as outlined in the GNU GPL2. 52 52 53 Please note that builds other than the official binary delivered as 54 part of eComStation releases or downloaded from ecomstation.nl are 55 not officially supported by Mensys. 56 57 58 Building The Driver 59 ------------------- 60 61 The toolchain required for compilation consists of: 62 63 - IBM OS/2 DDK version 9.23 or later (see ddk\base\h\version.mak) 64 (Used for include files and qgrep) 65 - Open Watcom C/C++ package 66 (available from: http://www.openwatcom.org/index.php/Downloads) 67 - WCC 16-bit C Compiler (part of the Open Watcom package) 68 - WASM Assembler (part of the Open Watcom package) 69 - WLINK Linker (part of the Open Watcom package) 70 - MAPSYM (part of the DDK) 71 72 Simply use "wmake" or "wmake -a" to build the driver. 73 74 The driver can also be built using the DDK tools, but this build 75 is depreciated and is not kept up-to-date. 76 53 77 The toolchain required for compilation consists of: 54 78 … … 57 81 - ALP Assembler (part of DDK) 58 82 - link.exe (part of DDK) 59 60 Please note that builds other than the official binary delivered as 61 part of eComStation releases or downloaded from ecomstation.nl are 62 not officially supported by Mensys. 63 64 65 Open Watcom Build 66 ----------------- 67 68 The Open Watcom Build is fixed and now produces a working driver. 69 70 The toolchain required for compilation with Open Watcom consists of: 71 72 - IBM OS/2 DDK version 9.23 or later (see ddk\base\h\version.mak) 73 (Used for include files and qgrep) 74 - Open Watcom C/C++ package 75 (available from: http://www.openwatcom.org/index.php/Downloads) 76 - WCC 16-bits C Compiler (part of the Open Watcom package) 77 - WASM Assembler (part of the Open Watcom package) 78 - WLINK Linker (part of the Open Watcom package) 79 - QGREP (part of DDK) 80 81 Please note that the Open Watcom Build is not as extensively tested as the 82 normal DDK Build so don't use it on production systems yet. 83 84 Use the _wbuild.cmd script or run wmake -ms -f wmakefile to build it. 85 When switching between building with the DDK and Open Watcom, 86 be sure to do a clean first. 87 83 - MAPSYM (part of the DDK) 84 85 Use "nmake -f Makefile.old" or "nmake -f Makefile.old -a" to build 86 the driver. 87 88 When switching between building with the DDK and Open Watcom, it is 89 recommended to do a clean first (wmake clean or nmake -f Makefile.old clean). 88 90 89 91
Note:
See TracChangeset
for help on using the changeset viewer.