Hi,
i've read that this misleading error message results
from an unaligned byte accessed as a word, BUT ...
... in the posts i read the erroneous file was a user made file
resulting in messages like these:
-----------8<-------
> /tmp/ccxTboCm.o(.text+0x6): In function `main":
> : internal error: unsupported relocation error
-----------8<-------
[..]/tcpip.c:1037: internal error: unsupported relocation error
-----------8<-------
But in my case it is the crt.o that raises the error.
-----------8<-------
/cygdrive/c/MspGcc/msp430/lib/crt430x149.o(.text+0x2):gcrt0.S:37: internal
error: unsupported relocation error
-----------8<-------
Where should i look for the misalignment in this case?
Not including this library in the Linker call removes the error, but this
can't be a real solution :-).
Ciao,
Helmut