Part Number: TDA2PXEVM
Hello TI Team,
I'm trying to create a new AlgorithmLink to run on the TDA2PXEVM DSP cores.
I've created the following directory my_alglink in the path vision_sdk/apps/src/rtos/alg_plugins/
then added the following SRC_FILES.MK
SRCDIR += my_alglink SRCS_c66xdsp_1 += my_alglinkLink_algPlugin.c my_alglink.c SRCS_CPP_c66xdsp_1 += my_alglink_core.cpp
my_alglink_core.cpp uses the c++ linear Algebra library Eigen
building the SDK produces errors due to using C++14 features like smart pointers.
I'm assuming DSP links are being built using the cl6x compiler which uses C++14 standard by default as stated here.