How to compile xftmod and xftdaq from scratch? (1) Copy code below into your .login file set path=(~/bin $path) # # setup products that I use regularly ##################################### setup -q online cvs setenv BOOT68K /cdf/code-IRIX-5.3/cdfonline/vxworks-bsp/5.2/config/mv167-2.1 setenv BOOTPPC /cdf/code-IRIX-5.3/cdfonline/vxworks-bsp/5.2/config/mv167-2.2 #New Setups 11-16-98(we typically use the ppc) ################################################# #setup -q mv162 vxworks v5_3c setup -q ppc vxworks v5_3d #1st setup XFT product called xftmod: ##################################### #Using your own version? - change directory! #setup -r /cdf/people2/thomsone/xft/xftmod -q 68k -M ups -m xftmod.table xftmod setup -r /cdf/people2/thomsone/xft/xftmod -qppc -M ups -m xftmod.table xftmod #Using standard version #setup xftmod -q ppc #Next setup XFT Teststand called xftdaq: ######################################## setup -r /cdf/people2/thomsone/xft/xftdaq -M ups -m xftdaq.table xftdaq -j #setup xftdaq -j # Do the following to setup other products we need ######################################################################### # we use this on the pc #setup -r /cdf/people2/thomsone/xft/testclock -q68k -M ups -m testclock.table #testclock -j #setup -r /cdf/people2/thomsone/xft/testclock -qppc -M ups -m testclock.table testclock -j setup testclock xftver -q ppc -j # Setup trigger supervisor and cross-point setup ts -j setup xpt -j setup tdc -j setup tracer -j #setup -r /cdf/people2/thomsone/xft/xtrp -M ups -m xtrp.table xtrp -j setup -r /cdf/people1/eddy/xtrp_code/xtrp -M ups -m xtrp.table xtrp -j #setup xtrp -j setup svt -j # # Add CLASSPATH java testing area: setenv CLASSPATH /cdf/people2/thomsone/java-code:$CLASSPATH # # #Need special version of jave and to unsetup jdk unsetup jdk setup java v1_1_8-v1 (2) Now use it! source .login (3) Checkout code cvs checkout xftmod cvs checkout xftdaq (4) Compile code cd xftmod gmake cd ../xftdaq gmake (5) Start GUI xftdaq &