You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This page describes how to compile and run the RCE teststand software at SLAC and CERN.

Setting up remote CVS access at CERN  (requires SLAC account)

setenv CVSROOT :ext:noric.slac.stanford.edu:/afs/slac/g/npa/repo
setenv CVS_RSH ssh

source /u1/rcelab/setup/npa.csh

Check out  the RCE and STControl/PixLib packages.

cvs co -d rcerel release

cd rcerel

cvs co rce rceapp rceers rceowl rcecalib rceipc rceusr

cp rcecalib/projects.mk.template project.mk

cd ..

cvs co pixlib

Building the packages

Edit setup_rce.csh and set the RCE release path

setenv RELEASE <home_directory>/rcerel

Build the packages

cd rcerel
make i386_linux
make ppc-rtems-rce405-opt
cd ..

cd pixlib
source setup_rce.csh
make

  • No labels