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 ?