Chapter 2 Putting Board through its PacesPage2-32-1-2. Installing Development Software(1) Install CC665S compiler package1. Create a directory for the package--c:\665s, for example.2. Copy the contents of the CD-ROM directory \package\cc665s to that directory.readme.txtc665spak.exemac66k.exertl665s.exetgt665s.exe3. In an MS-DOS compatibility box, switch to the above directory and run the .EXE files, self-expanding archives that automatically extract compiler files to the appropriatesubdirectories.C:\665s>c665spak.exe C:\665s>mac66k.exe C:\665s>rtl665s.exe C:\665s>tgt665s.exe (2) Configure environment1. Make a copy of the standard Windows 9x .PIF file for opening an MS-DOS window andrename it 665s--665s.pif if you have Explorer set to display file extensions.2. Create a work directory--c:\test, for example.3. Using a text editor, create the following batch file in the work directory--c665.bat, forexample. (Modify the c:\665s portions as necessary.)set path=\665s;c:%path%set INCL66K=c:\665s\INCLUDEset LIB66K=c:\665s\LIB4. Display the Properties for the .PIF file created above, click the Program tab, and set theWork directory and Batch file fields to the names used above.c:\testc:\test\c665s.bat5. Press to save the changes.(3) Copy sample executablesCopy the contents of the CD-ROM directory \package\sample to the work directory createdabove.The software installation is now complete.n Note nThe above procedures assume that the compiler package is installed in the directory\665s on drive C:. If you wish to locate this directory on another drive or even changeboth drive and directory, simply change all occurrences of c:\665s above to the nameof the new directory.