First compile on the ESS EPICS environment. Success for the motor code.

Still missing:
   * scaler support
   * cleanup of Makefile
This commit is contained in:
2016-06-03 16:52:02 +02:00
parent 4b377d1b2e
commit 5dff3bc23b
4 changed files with 35 additions and 28 deletions

View File

@ -32,3 +32,5 @@ INSTALL_LOCATION=/afs/psi.ch/project/sinqdev/sinqepicsapp
# You must rebuild in the iocBoot directory for this to
# take effect.
#IOCS_APPL_TOP = </IOC/path/to/application/top>
STATIC_BUILD=NO
SHARED_LIBRARIES=YES

View File

@ -25,16 +25,16 @@ TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
#SNCSEQ=$(EPICS_BASE)/../modules/soft/seq
# EPICS_BASE usually appears last so other apps can override stuff:
EPICS_BASE=/usr/local/epics
EPICS_BASE=/opt/epics/bases/base-3.14.12.5
# Set RULES here if you want to take build rules from somewhere
# other than EPICS_BASE:
#RULES=/path/to/epics/support/module/rules/x-y
MOTOR=/usr/local/epics/support/motor-6-7
ASYN=/usr/local/epics/support/asyn-4-18
STD=/usr/local/epics/support/std-3-1
ANC=/usr/local/epics/anc350v17
STREAMS=/usr/local/epics/support/StreamDevice-2-6
LAKESHORE336=/usr/local/epics/support/lakeshore336
BUSY=/usr/local/epics/support/busy-1-4
OXINSTCRYOJET=/usr/local/epics/support/OxInstCryojet-2-18-3
MOTOR=/opt/epics/modules/motor/6.10.0/3.14.12.5
ASYN=/opt/epics/modules/asyn/4.27.0/3.14.12.5
#STD=/usr/local/epics/support/std-3-1
#ANC=/usr/local/epics/anc350v17
#STREAMS=/opt/epics/modules/streamdevice/2.6.0/3.14.12.5
#LAKESHORE336=/usr/local/epics/support/lakeshore336
BUSY=/opt/epics/modules/busy/1.6.0/3.14.12.5
#OXINSTCRYOJET=/usr/local/epics/support/OxInstCryojet-2-18-3