Norbert Bauer wrote:
i recognized some time ago yet that 26xx devices have no interrupt vector table
linked into the binary (using the previous 24xx devices patch by Mat). Is this
problem still existing?
I think it's the same problem I've described in previous post.
I sent a patch for that problem directly to Mat. If somebody still encounters
this problem with the topic CVS version please tell me.
As Chris integrated my patch to cvs problem seems to be solved. Did your
path do the same things (add lines lines like
%{mmcu=msp430x2616:crt430x2616.o%s})?
2 Chris: Do you plan to integrate to cvs msp430x core support patches by
Alpar (I found them at
http://www.nabble.com/Corrected-MSP430X-patches-td16971653.html )?
Sergey
-------- Original-Nachricht --------
Datum: Sat, 17 May 2008 04:42:02 +0200
Von: Chris Liechti <[email protected]>
An: "GCC for MSP430 - http://mspgcc.sf.net" <[email protected]>
Betreff: Re: [Mspgcc-users] 24xx patches integrated in CVS
Sergey A. Borshch schrieb:
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
thanks for spotting that one. done
chris