Hi David,
> .text
> .equ link,0
> .word link
> .equ link, .
> .word link
>
> test.S:7: Error: redefined symbol cannot be used on reloc
The error message is occurring because of a limitation of the assembler.
For any given symbol it only maint
Just a request, when reporting errors against the assembler, please
give the assembler's version number, not the compiler's version
number:
$ msp430-elf-as --version
GNU assembler (GNU Binutils) 2.25.51.20150212
FWIW I've reproduced this with the FSF assembler reporte above, which
is the binutil