Modifications to support architecture-specific template files.
vxWorks-specific and Common files for host IOCs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
ARCH = _ARCH_
|
||||
|
||||
# vxWorks architecture needs a cdCommands file to be built
|
||||
buildInstall: cdCommands
|
||||
|
||||
include $(TOP)/configure/RULES.ioc
|
||||
@@ -1,3 +0,0 @@
|
||||
On host execute the command
|
||||
|
||||
../../bin/<arch>/example stcmd.host
|
||||
@@ -0,0 +1,3 @@
|
||||
To start the ioc from this directory execute the command
|
||||
|
||||
../../bin/_ARCH_/example st.cmd
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
# Example vxWorks startup file
|
||||
|
||||
# Following must be added for many board support packages
|
||||
#cd <full path to target bin directory>
|
||||
# Following will be needed for many board support packages
|
||||
#cd _TOP_/iocBoot/_IOC_
|
||||
|
||||
< cdCommands
|
||||
|
||||
Reference in New Issue
Block a user