Chris Liechti wrote:
$ 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
I just updated CVS for some things related to this. The make file for
msp430-libc, and the gcc-3.4 stuff missed out the 1122 and 1232. The
devices were in a jumbled order, which made checking them hard. It also
results in the jumbled up list of devices you see above. I have sorted
them into order in the gcc-3.3 and gcc-3.4 files, and the msp430-libc
make file.
I see an official binutils with msp430 support has just been released. I
think it needs updates too :-( I will work out a patch and post it later.
Regards,
Steve