From 8aee5c90f672f21eaa0a9cf2a0578520123b75ff Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 7 Dec 2004 16:46:42 +0000 Subject: [PATCH] Updated for R3.14.7. --- documentation/ConvertingR3.13AppsToR3.14.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/documentation/ConvertingR3.13AppsToR3.14.html b/documentation/ConvertingR3.13AppsToR3.14.html index 9f6865008..3f1dd37e3 100644 --- a/documentation/ConvertingR3.13AppsToR3.14.html +++ b/documentation/ConvertingR3.13AppsToR3.14.html @@ -10,12 +10,12 @@
-

Converting an EPICS R3.13 application to R3.14.4

+

Converting an EPICS R3.13 application to R3.14


This document describes how to convert a R3.13 vxWorks application so that it -builds with release R3.14.4.  It describes procedures such that:

+builds with release R3.14. It describes procedures such that:

@@ -50,7 +50,7 @@ If sequence programs (*.st or *.stt files) exist in your application, add the SNCSEQ location definition for the R3.14 seq external module

SNCSEQ =<full path to seq module top>

-The R3.14 seq module must exist and be built with EPICS base R3.14.4 +The R3.14 seq module must exist and be built with the same EPICS base R3.14 release.

Modify the Makefiles in <top>/*App directories.

@@ -300,10 +300,14 @@ function("mySubProcess")

Change " include $(TOP)/config/CONFIG_APP" to "include $(TOP)/configure/CONFIG"

-

Remove the line "DIRS += $(wildcard *ioc*"

+

If they do not already exist, add the lines +

+

DIRS += $(wildcard *ioc*)

+

DIRS += $(wildcard as*)

+

Change "include $(TOP)/config/RULES.iocBoot" to "include -$(TOP)/configure/RULES.iocBoot"

+$(TOP)/configure/RULES_DIRS"

Modify the Makefiles in <top>/iocBoot/ioc* directories.