Skip to content

Commit

Permalink
utcaApp: build with PVXS qsrv.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Aug 9, 2023
1 parent 2babe96 commit 3c424d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure/RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
EPICS_BASE = $(TOP)/../epics-7
ASYN = $(EPICS_BASE)/../asyn
AUTOSAVE = $(EPICS_BASE)/../autosave
PVXS = $(EPICS_BASE)/../pvxs

UHAL = $(EPICS_BASE)/../uhal
UHAL_LIBS = $(UHAL)/lib
Expand Down
2 changes: 2 additions & 0 deletions iocBoot/iocutca/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ case "$(decode-reg build_info -q --slot ${SLOT})" in
;;
esac

export PVXS_QSRV_ENABLE=YES

if [ -n "$cmd" ]; then
exec procServ -f -n afc-ioc-${SLOT} -L- -i ^C^D -P $(expr 1700 + ${SLOT%-*}) ./st${cmd}.cmd
fi
3 changes: 3 additions & 0 deletions utcaApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ utca_SRCS += utca_registerRecordDeviceDriver.cpp
utca_SRCS_DEFAULT += utcaMain.cpp
utca_SRCS_vxWorks += -nil-

utca_DBD += pvxsIoc.dbd
utca_LIBS += pvxsIoc pvxs

# Finally link IOC to the EPICS Base libraries
utca_LIBS += $(EPICS_BASE_IOC_LIBS)

Expand Down

0 comments on commit 3c424d8

Please sign in to comment.