Privacy and Security Notice

Using e2sr


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using e2sr



Here are the instructions on using e2sr from my talk this morning. The lines in your makefiles won't look exactly like this. Depending on how old the makefile is, these lines are probably built up out of variable definitions. In that case, just alter the variables so that the result will match the following.

In sch directory, Makefile.one change the lines:
from
  sch2edif -n (app).sch
  edif2sr (app).edf edb.def (app).sr
to
  sch2edif -n -ap (app).sch
  e2sr -c -o -d edb.def -n (app).sr (app).edf

In sch directory, create a link:
  capfast_symbols-> ~p3/library/epics_r313c3

In home directory, if file cad.rc exists either delete it or add “./capfast_symbols” to the search path for sch2edif, schedit, symed, and schplot.

I should be finished with the new symbols by the end of the week. Let me know what problems you find.

--Brian Bevins