Changes between Initial Version and Version 1 of BuildingFAT32


Ignore:
Timestamp:
Oct 3, 2007, 8:47:05 PM (17 years ago)
Author:
dwgras
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingFAT32

    v1 v1  
     1[[PageOutline]]
     2
     3= REQUIREMENTS: =
     4
     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
     18
     19= COMPILING: =
     20
     21To get a build going, you'll need several things;
     22
     23You should have VisualAge installed and it's environment variables set. Then set these 3 variables:
     24
     25SET DDK=d:\ddk[[BR]]
     26SET DDKTOOLS=d:\ddktools[[BR]]
     27SET IBMC=d:\ibmc[[BR]]
     28
     29Correct the paths as neccessary.
     30
     31Then run the make.cmd script, and if all goes well you should have a fresh build of FAT32.IFS.
     32
     33Note: 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.