Peter Mueller <peter.o.muel...@gmx.de> writes: > msp430-gcc -o sample StateHan.o main.o scexample.o > msp430-ld: region text is full (sample section .text) > msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section .text
[snip] > CFLAGS = -g -I. -O2 -mmcu=msp430x149 You need to pass the -mmcu option when linking too, so that a suitable linker script is used (and suitable library variants). Regards, --Daniel