Versions Compared

Key

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

...

Code Block
ssh rdusr102 #machine in lab1
#ssh rddev102 #if you want to then go to a sometimes faster build machine

source /afs/slac/g/npa/setup/npa_49.csh

...

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

#for example see ~ahaas/myrelease_new

...

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.

...