Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We are using the RCE platform to preform readout of Pixel module(s).

Getting accounts, etc.

You need an account on lab1 machines, and access to the NPA area on AFS. Contact:
Mike Huffer <mehsys@slac.stanford.edu>, Amedeo Perazzo <perazzo@slac.stanford.edu> 

Some links to more RCE info:

To develop RCE code:

...

  • .

...

If you don't already have a release area setup, you need to make one:

Code Block

cvs co -d <mydir> release
cd <mydir>
cvs co rce
cvs co rceusr
cvs co rceapp

#for example see ~ahaas/myrelease_new

Then build:

Code Block

gmake ppc-rtems-rce405-dbg #builds rce apps
#gmake i386-linux-dbg #if you want to build linux apps

To run netbeans:

...

  • .

...

Import your release area via:

"File->New Project..."

"C/C++ Project From Existing Code"

"Existing Makefile:" enter the "<release directory>/Makefile"

Change "Build Command:" to "gmake ppc-rtems-rce405-dbg"

Next, Next, Finish, then build the project.

To run RCE code:

...

  • .

...

Other handy RCE commands:

...