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 ??