Steve Underwood wrote:
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.
...
In my Linux and Windows builds I seem to have the linker scripts for the
1122.
$ make
msp430-gcc -mmcu=msp430x1122 -O2 -Wall -g -c main.c
msp430-gcc -mmcu=msp430x1122 -o aout.elf main.o
msp430-ld: unrecognised emulation mode: msp430x1122
Supported emulations: msp430x149 msp430x148 msp430x147 msp430x133
msp430x135 msp430x110 msp430x112 msp430x122 msp430x123 msp430x412
msp430x413 msp430x311 msp430x312 msp430x313 msp430x314 msp430x315
msp430x323 msp430x325 msp430x336 msp430x337 msp430x1101 msp430x1111
msp430x1121 msp430x1331 msp430x1351 msp430x435 msp430x436 msp430x437
msp430x447 msp430x448 msp430x449 msp430x1222 msp430x1232 msp430x169
msp430x168 msp430x167 msp430x155 msp430x156 msp430x157
make: *** [aout.elf] Error 1
this is with your windows installer "mspgcc-20030506.exe"
(i used the examples/leds project for that test)
chris