Hi,

I'm using mspgcc 20110716.
I have a project using an msp430g2231, which compiles and runs OK.
I am trying to change to processor type to a g2232 or g2332.
When I specify one of these (e.g. -mmcu=msp430g2232) then the toolchain
(linker) reports:

msp430-gcc -Wall -g -Os -mmcu=msp430g2232  -Wno-main   -c -o mspsani.o
mspsani.c
mspsani.c: In function ‘TIMERA0_ISR’:
mspsani.c:343:27: error: interrupt vector 538631144 is beyond end of MCU
vector table
make: *** [mspsani.o] Error 1

I have looked at the library headers for these devices and everything
looks sane.
Can anyone suggest why the offset for the vector table appears wrong
with these devices?


--
The Sun is out, the sky is blue, it's time to drive the MR2.

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to