From c0bdaf62641365784627db80941b22ec071597da Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 11 Jun 2001 19:29:20 +0000 Subject: [PATCH] Fix for project facility generated VxWorks kernel and C++ code load error. --- iocBoot/iocNoAsyn/st.cmd | 5 +++++ iocBoot/iocNoMPF/st.cmd | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/iocBoot/iocNoAsyn/st.cmd b/iocBoot/iocNoAsyn/st.cmd index 42b1fb7f..93a9c00c 100644 --- a/iocBoot/iocNoAsyn/st.cmd +++ b/iocBoot/iocNoAsyn/st.cmd @@ -10,6 +10,11 @@ #< ../nfsCommands cd appbin + +# If the VxWorks kernel was built using the project facility, the following must +# be added before any C++ code is loaded (see SPR #28980). +sysCplusEnable=1 + ld < NoMPFLib cd startup diff --git a/iocBoot/iocNoMPF/st.cmd b/iocBoot/iocNoMPF/st.cmd index 42b1fb7f..93a9c00c 100644 --- a/iocBoot/iocNoMPF/st.cmd +++ b/iocBoot/iocNoMPF/st.cmd @@ -10,6 +10,11 @@ #< ../nfsCommands cd appbin + +# If the VxWorks kernel was built using the project facility, the following must +# be added before any C++ code is loaded (see SPR #28980). +sysCplusEnable=1 + ld < NoMPFLib cd startup