This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/TDA2PXEVM: TDA2PXEVM

Part Number: TDA2PXEVM

Tool/software: TI C/C++ Compiler

Hello all,

i'm using below command to generate a .c file from a VCOP kernel file.

vcc-arp32 myKernel.k -v210 -I arp32_1.0.7/include

above command generating a myKernel.c file.
My test application is in cpp. So it would be preferable if generated file also in cpp.

is there a way to translate a .k file into .cpp, that .c, file ??