major changes for new makwBaseApp
This commit is contained in:
4
src/makeBaseApp/top/exampleBoot/ioc/Makefile
Normal file
4
src/makeBaseApp/top/exampleBoot/ioc/Makefile
Normal file
@@ -0,0 +1,4 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
ARCH = _ARCH_
|
||||
include $(TOP)/config/RULES.ioc
|
||||
17
src/makeBaseApp/top/exampleBoot/ioc/st.cmd
Normal file
17
src/makeBaseApp/top/exampleBoot/ioc/st.cmd
Normal file
@@ -0,0 +1,17 @@
|
||||
# Example vxWorks startup file
|
||||
|
||||
# Following must be added for many board support packages
|
||||
#cd <full path to target bin directory>
|
||||
|
||||
< cdcmds
|
||||
|
||||
cd appbin
|
||||
ld < iocCore
|
||||
ld < seq
|
||||
ld < exampleLib
|
||||
|
||||
cd startup
|
||||
dbLoadDatabase("../../dbd/exampleApp.dbd")
|
||||
dbLoadRecords("../../exampleApp/Db/dbExample.db","user=_USER_")
|
||||
iocInit
|
||||
seq &snctest
|
||||
Reference in New Issue
Block a user