index 244da04..98d30ca 100644
--- a/configure/RELEASE
+++ b/configure/RELEASE
@@ -20,15 +20,15 @@
# CONFIG_SITE file.
TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top
-SUPPORT=/dls_sw/prod/R3.14.12.7/support
+SUPPORT=/home/kira/epics/epics-modules
# If using the sequencer, point SNCSEQ at its top directory:
-SNCSEQ=$(SUPPORT)/seq/2-2-5dls1
-ASYN=$(SUPPORT)/asyn/4-41
-BUSY=$(SUPPORT)/busy/1-7-2dls5
+SNCSEQ=$(SUPPORT)/sequencer
+ASYN=$(SUPPORT)/asyn
+BUSY=$(SUPPORT)/busy
# EPICS_BASE usually appears last so other apps can override stuff:
-EPICS_BASE=/dls_sw/epics/R3.14.12.7/base
+EPICS_BASE=/home/kira/epics/base-7.0.9
# Set RULES here if you want to take build rules from somewhere
# other than EPICS_BASE:
如果需要交叉编译,修改configure/CONFIG_SITE:
configure/CONFIG_SITE
1
2
3
4
5
6
7
8
9
10
11
12
index f30c124..53c5e23 100644
--- a/configure/CONFIG_SITE
+++ b/configure/CONFIG_SITE
@@ -19,7 +19,7 @@ CHECK_RELEASE = YES
# Set this when you only want to compile this application
# for a subset of the cross-compiled target architectures
# that Base is built for.
-CROSS_COMPILER_TARGET_ARCHS =
+CROSS_COMPILER_TARGET_ARCHS = linux-loong64
# To install files into a location other than $(TOP) define
# INSTALL_LOCATION here.
--- a/configure/RELEASE
+++ b/configure/RELEASE
@@ -29,9 +29,12 @@ SUPPORT=$(EPICS_BASE)/../epics-modules
# If using the sequencer, point SNCSEQ at its top directory:
+SNCSEQ = $(SUPPORT)/seq
+ASYN=$(SUPPORT)/asyn
+BUSY=$(SUPPORT)/busy
+PROCSERVCTRL=$(SUPPORT)/procServControl
# EPICS_BASE should appear last so earlier modules can override stuff:
EPICS_BASE = /path/to/epics/base
--- a/exampleApp/Db/Makefile
+++ b/exampleApp/Db/Makefile
@@ -6,6 +6,7 @@ include $(TOP)/configure/CONFIG
# Install databases, templates & substitutions like this
DB += exampleVersion.db
+DB_INSTALLS += $(PROCSERVCTRL)/db/procServControl.template
# If <anyname>.db template is not named <anyname>*.template add
# <anyname>_TEMPLATE = <templatename>