Hi Alan,
> The linker now complains that my text and data sections overlap.....
>
> This is actually NOT a problem, as the machine has a separate instruction and data memory.
>
> Is there a reasonable way to make the linker happy?
One thing you can do is use the linker command line switch:
-no-check-sections
Cheers
Nick