From 7a439f68106db71224e2cd345821fb0f720800e0 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 6 Jun 2003 18:41:17 +0000 Subject: [PATCH] Unix does nothing usefull in NoMPF. --- iocBoot/iocNoAsyn/README | 10 ++++++---- iocBoot/iocNoMPF/README | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/iocBoot/iocNoAsyn/README b/iocBoot/iocNoAsyn/README index bb7aa9f4..62015612 100644 --- a/iocBoot/iocNoAsyn/README +++ b/iocBoot/iocNoAsyn/README @@ -1,7 +1,9 @@ -To start the ioc from this directory, execute the following command. -This command assumes that your EPICS_HOST_ARCH environment variable -is set correctly. +To run this MX example, uncomment the following; +in /motorExApp/NoMPF/Makefile: #NoMPF_LIBS += MXmotor +in /motorExApp/NoMPF/NoMPFInclude.dbd: #include "devMXmotor.dbd" +and rebuild. -../../bin/${EPICS_HOST_ARCH}/NoMPF st.cmd.unix +Assuming the EPICS_HOST_ARCH environment variable is set correctly, +start the ioc from this directory by executing the following command. ../../bin/${EPICS_HOST_ARCH}/NoMPF st.cmd.mx diff --git a/iocBoot/iocNoMPF/README b/iocBoot/iocNoMPF/README index bb7aa9f4..62015612 100644 --- a/iocBoot/iocNoMPF/README +++ b/iocBoot/iocNoMPF/README @@ -1,7 +1,9 @@ -To start the ioc from this directory, execute the following command. -This command assumes that your EPICS_HOST_ARCH environment variable -is set correctly. +To run this MX example, uncomment the following; +in /motorExApp/NoMPF/Makefile: #NoMPF_LIBS += MXmotor +in /motorExApp/NoMPF/NoMPFInclude.dbd: #include "devMXmotor.dbd" +and rebuild. -../../bin/${EPICS_HOST_ARCH}/NoMPF st.cmd.unix +Assuming the EPICS_HOST_ARCH environment variable is set correctly, +start the ioc from this directory by executing the following command. ../../bin/${EPICS_HOST_ARCH}/NoMPF st.cmd.mx