First compile on the ESS EPICS environment. Success for the motor code.
Still missing: * scaler support * cleanup of Makefile
This commit is contained in:
@ -17,15 +17,21 @@ sinqEPICS_DBD += base.dbd
|
||||
|
||||
# Include dbd files from all support applications:
|
||||
sinqEPICS_DBD += sinq.dbd
|
||||
sinqEPICS_DBD += pmacAsynIPPort.dbd pmacAsynMotorPort.dbd
|
||||
#sinqEPICS_DBD += pmacAsynIPPort.dbd pmacAsynMotorPort.dbd
|
||||
|
||||
# Add all the support libraries needed by this IOC
|
||||
sinqEPICS_LIBS += motor asyn std anc350 anc350AsynMotor stream busy
|
||||
sinqEPICS_LIBS += motor asyn busy
|
||||
|
||||
# Add to the include paths
|
||||
USR_INCLUDES += -I /opt/epics/modules/asyn/4.21.0/3.14.12.5/include
|
||||
USR_INCLUDES += -I /opt/epics/modules/motor/6.10.0/3.14.12.5/include
|
||||
|
||||
USR_LDFLAGS += -L /opt/epics/modules/motor/6.10.0/3.14.12.5/lib
|
||||
|
||||
# sinqEPICS_registerRecordDeviceDriver.cpp derives from sinqEPICS.dbd
|
||||
sinqEPICS_SRCS += sinqEPICS_registerRecordDeviceDriver.cpp
|
||||
sinqEPICS_SRCS += EL734Driver.cpp devScalerEL737.c pmacAsynIPPort.c
|
||||
sinqEPICS_SRCS += pmacController.cpp pmacAxis.cpp
|
||||
sinqEPICS_SRCS += EL734Driver.cpp
|
||||
#sinqEPICS_SRCS += devScalerEL737.c
|
||||
sinqEPICS_SRCS += NanotecDriver.cpp stptok.cpp
|
||||
|
||||
|
||||
|
@ -3,21 +3,20 @@
|
||||
#---------------------------------------------
|
||||
registrar(EL734Register)
|
||||
registrar(NanotecRegister)
|
||||
addpath "/usr/local/epics/support/asyn-4-18/dbd"
|
||||
addpath "/usr/local/epics/dbd"
|
||||
addpath "/usr/local/epics/support/motor-6-7/dbd"
|
||||
addpath "/usr/local/epics/support/std-3-1/dbd"
|
||||
addpath "/usr/local/epics/anc350v17/dbd"
|
||||
include "drvAsynIPPort.dbd"
|
||||
include "motorRecord.dbd"
|
||||
include "motorSupport.dbd"
|
||||
include "anc350AsynMotor.dbd"
|
||||
addpath "/opt/epics/modules/asyn/4.27.0/3.14.12.5/dbd"
|
||||
addpath "/opt/epics/bases/base-3.14.12.5/dbd"
|
||||
addpath "/opt/epics/modules/motor/6.10.0/3.14.12.5/dbd"
|
||||
#addpath "/usr/local/epics/support/std-3-1/dbd"
|
||||
#addpath "/usr/local/epics/anc350v17/dbd"
|
||||
include "asyn.dbd"
|
||||
include "motor.dbd"
|
||||
#include "motorSupport.dbd"
|
||||
|
||||
include "scalerRecord.dbd"
|
||||
device(scaler,INST_IO,devScalerEL737,"asynScalerEL737")
|
||||
#include "scalerRecord.dbd"
|
||||
#device(scaler,INST_IO,devScalerEL737,"asynScalerEL737")
|
||||
|
||||
#--------- For lakeshore
|
||||
addpath "/usr/local/epics/support/StreamDevice-2-6/dbd"
|
||||
include "stream.dbd"
|
||||
addpath "/usr/local/epics/support/busy-1-4/dbd"
|
||||
include "busySupport.dbd"
|
||||
#addpath "/opt/epics/modules/streamdevice/2.6.0/3.14.12.5/dbd"
|
||||
#include "streamdevice.dbd"
|
||||
addpath "/opt/epics/modules/busy/1.6.0/3.14.12.5/dbd"
|
||||
include "busy.dbd"
|
||||
|
Reference in New Issue
Block a user