Selecting the Download link from the previous page will take you to a directory containing the files for V6M6 Software Distributions. Select the directory for the version you wish to download. The files in these directories are in compressed tar format.
In most cases there will only be one such file containing the entire distribution or update. In some cases, partial distributions may be available. These contain only the files that are new since the previous distribution.
Currently the distributions are only available with host software uncompiled. You will need to have a C compiler for your host system (such as gcc) to complete the installation.
For new, complete releases:
SunOS or Solaris
For the above make command, replace os with either SUNOS (if the host is running SunOS 4.1.x) or SOLARIS (if the host is running Solaris 2.x). Replace compiler with the name (and path if necessary) of the compiler on your system.
vxWorks
Note that the device information must be edited in $CAC/pci/pcivxdev/pcidrv_config.h before comiling the software.
cd $CAC/vxworks
make -f Makefile.pci all
SunOS or Solaris
vxWorks in WindSh
For update releases:
For some releases, an updater archive may be provided to upgrade from the previous release. Follow these instruction to install the update.
This step should overwrite files from the previously installed version with any new files distributed in the updater archive.
For the SunOS and Solaris make command the keyword, install, may be replaced with update to reduce the amount of recompiling required. However, this must only be done if the previous release was compiled prior to the date of the update relase or the make program will not notice that source files are newer.