User guide

2: Software Installation
DC 900-1333P 51
Step 3: Run the make file
From the
freeway directory, enter one of the make commands listed below. This com-
piles all the necessary source code and links the object files to form the SRA object mod-
ule, which is then placed in the
freeway/boot directory. The name of the object module
generated is
sra486.o for Freeway 1100/1150/1200/1300, sra68K.o for a Freeway
2000/4000/8800 with an MVME 162 CPU, or
srappc.o for a Freeway 2000/4000/8800
with an MVME 2600 CPU.
Your make command must reference the GNU make utility. If the GNU make is not the
first make command in your path, use a full path name to the GNU command, make an
alias to the GNU command, or modify your path appropriately.
cd /usr/local/freeway
For Freeway 1100/1150/1200/1300:
/usr/wind/host/sun4-solaris2/bin/make -f MakeSRA.I486 clean all
For a Freeway 2000/4000/8800 with an MVME 162 CPU:
/usr/wind/host/sun4-solaris2/bin/make -f MakeSRA.68K clean all
For a Freeway 2000/4000/8800 with an MVME 2600 CPU:
/usr/wind/host/sun4-solaris2/bin/make -f MakeSRA.ppc clean all
Remember to modify the boot configuration file as indicated in Section 2.2.3 on page
47 to tell Freeway to load and run the example SRA at boot time and to use
muxcfg.sra
as the transport subsystem interface (TSI) configuration file.
Because the example SRA runs the loopback test automatically when Freeway is booted,
install a three-headed loopback cable between links 0 and 1 of ICP 0 and a synchronous
modem before continuing to Section 2.5 on page 93.