Gianni Di Caro wrote:
/opt/mspgcc/bin/msp430-ld:/opt/mspgcc/msp430/lib/ldscripts/msp430x1612.xn:6:
warning: redeclaration of memory region 'text'
/opt/mspgcc/bin/msp430-ld:/opt/mspgcc/msp430/lib/ldscripts/msp430x1612.xn:7:
warning: redeclaration of memory region 'data'
Excuse me, I paid no attention to your command line in your first post. As I see
you tell the compiler to use your own script:
msp430-gcc -Wl,-T"../../System/lddefault.x"
I think you must remove -T option to allow gcc use default script for your
F1612, or edit your lddefault.x using msp430x1612.xn as an example (add missing
symbols and initX/finiX sections).
Sergey.