Chris Liechti wrote:
the linker scripts for the msp430x1122 are missing, the include files
are already OK.
chris
What version of binutils are you using? There were issues with the 1122,
but they were fixed months ago. The most recent I have used is the
030503 snaphost. The only fixup I do on that right now is:
The --- binutils-030503.orig/gas/config/tc-msp430.c Sat May 3 12:02:22
2003
+++ binutils-030503/gas/config/tc-msp430.c Sat May 3 12:02:34 2003
@@ -184,10 +184,12 @y@
" -mmcu=[msp430-name] select microcontroller type\n"
" msp430x110 msp430x112\n"
" msp430x1101 msp430x1111\n"
" msp430x1121 msp430x1122 msp430x1132\n"
" msp430x122 msp430x123\n"
+ " msp430x1222 msp430x1232\n"
+ " msp430x133 msp430x135\n"
" msp430x1331 msp430x1351\n"
" msp430x147 msp430x148 msp430x149\n"
" msp430x155 msp430x156 msp430x157\n"
" msp430x167 msp430x168 msp430x169\n"
" msp430x311 msp430x312 msp430x313
msp430x314
msp430x315\n"
In my Linux and Windows builds I seem to have the linker scripts for the
1122.
Regards,
Steve