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

Hi,

I am using cl-arp32 for compiling a VCOP kernel file. While compiling i'm using -kh option to generate a header file, as below

cl-arp32 myKernel.k -kh -v210 -I  <path_to_arp32_compiler>/include


but the generated header file, myKernel.h, contains a include guards.

I don't want to remove include guards manually.

Is there any way to generate a .h file without inclusion of include guard ?