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