diff --git a/READMEconvertingR3.13AppsToR3.14.html b/READMEconvertingR3.13AppsToR3.14.html index a3ccb94e9..1be3ef120 100644 --- a/READMEconvertingR3.13AppsToR3.14.html +++ b/READMEconvertingR3.13AppsToR3.14.html @@ -3,16 +3,16 @@
- +
This document describes how to convert a R3.13 vxWorks application
-so that it builds with release R3.14.0alpha3. It describes procedures
+so that it builds with release R3.14.0beta1. It describes procedures
such that:
mkdir <top>
cd <top> -
<full path to R3.14.0alpha3 base>/bin/<host_arch>/makeBaseApp.pl +
<full path to R3.14.0beta1 base>/bin/<host_arch>/makeBaseApp.pl -t example example
SNCSEQ =<full path to seq module top>-The R3.14 seq module must exist and be built with EPICS base R3.14.0alpha3. +The R3.14 seq module must exist and be built with EPICS base R3.14.0beta1.
Change LIBNAME = <libname>Lib -
to PROD_vxWorks = <libname> +
to PROD_vxWorks = <libname>Remove line -include ../baseLIBOBJS -
Remove line INSTALLS = iocCore seq +
Remove line INSTALLS = iocCore seq
Change all SRCS.c += ../<name>.c lines
to <prodname>_SRCS += <name>.c -
if the source files exist in the current directory. +
if the source files exist in the current directory.Change all *OBJS += <name>.o lines
to <prodname>_SRCS += <name>.c @@ -131,12 +131,12 @@ linesChange LIBOBJS += <seq_program_name>.o lines
to <prodname>_SRCS += <seq_program_name>.stt -
or <prodname>_SRCS += <seq_program_name>.st +
or <prodname>_SRCS += <seq_program_name>.stAdd the lines
#<name>_LIBS += seq
#<name>_LIBS += pv
#seq_DIR = $(SNCSEQ_LIB) -
#pv_DIR = $(SNCSEQ_LIB) +
#pv_DIR = $(SNCSEQ_LIB)<name>_LIBS += recIoc
<name>_LIBS += softDevIoc
<name>_LIBS += testDevIoc @@ -172,7 +172,7 @@ Modify the Makefiles in <top>/iocBoot/ioc* directories.
Change include ARCH = <old arch specification e.g. mv167>
to include ARCH = <new arch specificatio
-e.g. vxWorks-68040>
+e.g. vxWorks-68040>
Change include $(TOP)/config/RULES.ioc
to include $(TOP)/configure/RULES.ioc
Add the following rule at the end of the Makefile.