diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks index 031f0c05f..27ad0572b 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@vxWorks @@ -11,7 +11,7 @@ cd topbin ## You may have to change _APPNAME_ to something else ## everywhere it appears in this file -ld < _APPNAME_.munch +ld 0,0, "_APPNAME_.munch" ## Register all support components cd top diff --git a/src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks b/src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks index d97e515f4..04db4150f 100644 --- a/src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks +++ b/src/makeBaseApp/top/iocBoot/ioc/st.cmd@vxWorks @@ -11,7 +11,7 @@ cd topbin ## You may have to change _APPNAME_ to something else ## everywhere it appears in this file -ld < _APPNAME_.munch +ld 0,0, "_APPNAME_.munch" ## Register all support components cd top