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.

TI C2000 compiler (assembler) tools v 6.2.6 warning

Hi,

I get this warning when I compile an assembly file with the below code. I don't think anything is wrong with the code and I'm sure this warning wasn't coming with earlier tools.

 

[W0000]

         Defined symbol 'stomp_init' cannot have a .ref

    .ref stomp_init

Code:

        .sect "codestart"

         .ref stomp_init

        .long stomp_init

        .text

 stomp_init:

           SETC OBJMODE ; Set OBJMODE for 28x object code

...

 

Please clarify

Best Regards

Santosh