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.

TMS320C6748: C6000 compiler/linker, inline assembly

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.