Changes between Version 1 and Version 2 of BuildingFAT32
- Timestamp:
- Nov 8, 2016, 4:18:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingFAT32
v1 v2 2 2 3 3 = REQUIREMENTS: = 4 You require the following software: 4 5 5 -the IFS DDK Build Environment 6 7 -IBM VAC 3 8 9 -OS/2 Toolkit 4.5 (included with OS/2 ACP/MCPs and eCS) 10 11 -IBM DDK sources and tools (no longer available at IBM's DDK site) 12 13 -IBM C 14 15 -the System utilities (including link.exe) 16 17 -FAT32 source code 6 * The IFS DDK Build Environment 7 * IBM VisualAge for C 3 8 * OS/2 Toolkit 4.5 (included with OS/2 ACP/MCPs and eCS) 9 * IBM DDK sources and tools (no longer available at IBM's DDK site) 10 * IBM C 11 * The System utilities (including link.exe) 12 * FAT32 source code 18 13 19 14 = COMPILING: = … … 21 16 To get a build going, you'll need several things; 22 17 23 You should have VisualAge installed and it's environment variables set. Then set these 3 variables:18 You should have VisualAge for C installed and it's environment variables set. Then set these 3 variables: 24 19 25 20 SET DDK=d:\ddk[[BR]] … … 27 22 SET IBMC=d:\ibmc[[BR]] 28 23 29 Correct the paths as nec cessary.24 Correct the paths as necessary. 30 25 31 26 Then run the make.cmd script, and if all goes well you should have a fresh build of FAT32.IFS. 32 27 33 Note:There are many warning when compiling FAT32. Most of them are 'optimizing' warnings or 'unreference variable' warnings. Essentially, these warnings mean that certain functions cannot be optimized and that some vars/const are never referenced. The resulting binaries work however.28 '''Note:''' There are many warning when compiling FAT32. Most of them are 'optimizing' warnings or 'unreference variable' warnings. Essentially, these warnings mean that certain functions cannot be optimized and that some vars/const are never referenced. The resulting binaries work however.