From 63085c538b116ca383363cb67913157d863bc805 Mon Sep 17 00:00:00 2001 From: keenanlang Date: Thu, 25 May 2023 11:45:38 -0500 Subject: [PATCH 1/2] vxWorks version 6.9 doesn't support C++11 --- acsMotionApp/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acsMotionApp/src/Makefile b/acsMotionApp/src/Makefile index e11bec6..aba572d 100644 --- a/acsMotionApp/src/Makefile +++ b/acsMotionApp/src/Makefile @@ -8,7 +8,8 @@ include $(TOP)/configure/CONFIG DBD += AcsMotionSupport.dbd -LIBRARY_IOC = AcsMotion +LIBRARY_IOC_Default = AcsMotion +LIBRARY_IOC_vxWorks = -nil- SRCS += SPiiPlusBinComm.cpp SRCS += SPiiPlusCommDriver.cpp From aa8f53564711958e594c0c18a9bf3b04856e6b28 Mon Sep 17 00:00:00 2001 From: keenanlang Date: Thu, 25 May 2023 12:50:44 -0500 Subject: [PATCH 2/2] capitalization --- acsMotionApp/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acsMotionApp/src/Makefile b/acsMotionApp/src/Makefile index aba572d..278d38e 100644 --- a/acsMotionApp/src/Makefile +++ b/acsMotionApp/src/Makefile @@ -8,7 +8,7 @@ include $(TOP)/configure/CONFIG DBD += AcsMotionSupport.dbd -LIBRARY_IOC_Default = AcsMotion +LIBRARY_IOC_DEFAULT = AcsMotion LIBRARY_IOC_vxWorks = -nil- SRCS += SPiiPlusBinComm.cpp