Hi,
I am using the following versions.
EPICS base-3.15.6
asyn4-37
areaDetector-R3-9
ADCore-R3-9
There is a way to define the path of 'PVA' for those who use prior to EPICS base 7.
The following shows an example for EPICS V4. I couldn't find a corresponding folder or files in EPICS base-3.15.6.
Do I have to upgrade?
_________________________________________________________________________
# If CONFIG_SITE.local defines WITH_PVA=YES and EPICS_BASE is prior to 7.0 then define the path here |
# If using EPICS_BASE 7.0 or later the PVA files are in base itself and no additional definitions are needed. |
#PVA=/corvette/usr/local/epics-devel/epicsV4/EPICS-CPP-4.6.0 |
# For versions prior to EPICS base 7.0 use this |
#PVCOMMON=$(PVA)/pvCommonCPP |
#PVACCESS=$(PVA)/pvAccessCPP |
#PVDATABASE=$(PVA)/pvDatabaseCPP |
#NORMATIVETYPES=$(PVA)/normativeTypesCPP |
-include $(AREA_DETECTOR)/configure/RELEASE_LIBS.local.$(EPICS_HOST_ARCH)
|