Part Number: TMS320C6748
I have a following line of assembly code in C program:
asm("Label_x: NOP");
Intent is to use Label_x in a Debug Server Script. The issue I'm running into is Label_x does not appear in global symbol table. How can I make it global?
Thanks.