Hi Chris.

I just signed-in to this mailing list, so can't answer to your first message in this thread.

I build last version of mspgcc (gcc 3.2.3) and found, that gcc doesn't automaticaly link crt430x261_.o for 26x devices, while linking appropriate file for 24x devices. I found that some lines missed in gcc/config/msp430/msp430.h

 Could you fix it in cvs repository (patch file attached)?

Sergey A. Borshch

Chris Liechti wrote:
Mat Barnes schrieb:
There was a problem with linking 26x and 241x devices that I could not

Index: msp430.h
===================================================================
RCS file: /cvsroot/mspgcc/gcc/gcc-3.3/gcc/config/msp430/msp430.h,v
retrieving revision 1.39
diff -u -r1.39 msp430.h
--- msp430.h    15 May 2008 00:57:55 -0000      1.39
+++ msp430.h    16 May 2008 18:10:21 -0000
@@ -3166,6 +3166,10 @@
 %{mmcu=msp430x2417:crt430x2417.o%s} \
 %{mmcu=msp430x2418:crt430x2418.o%s} \
 %{mmcu=msp430x2419:crt430x2419.o%s} \
+%{mmcu=msp430x2616:crt430x2616.o%s} \
+%{mmcu=msp430x2617:crt430x2617.o%s} \
+%{mmcu=msp430x2618:crt430x2618.o%s} \
+%{mmcu=msp430x2619:crt430x2619.o%s} \
 %{mmcu=msp430x311:crt430x311.o%s} \
 %{mmcu=msp430x312:crt430x312.o%s} \
 %{mmcu=msp430x313:crt430x313.o%s} \

Reply via email to