These chips are not specifically supported under the current mspgcc or
mspgcc4.  There are now 270+ chips in the MSP430 product line, and with TI's
help we're working to update the infrastructure to support them all, but the
current toolset architecture doesn't make that easy, so it'll take a while
and will involve some major changes from binutils through the compiler.
Anybody interested in that should subscribe to mspgcc-devel, where I hope to
be raising some of the architectural issues for discussion in a few days.

Most of what's needed for a new chip is actually in the chip-specific
headers which come as part of the msp430-libc library, not in the compiler.
What I suggest you do is go to
https://sourceforge.net/projects/mspgcc4/files/ and download
mspgcc4-20100726 in either tar or zip format.  Unpack that, and run the
buildgcc.pl script.  At some point it will ask you for the library: select
the option for the ti_headers.

Then write a test program that includes the specific header for the chip
you're targeting,  msp430g2231.h or msp430f5521.h.  See how that goes.
Please be patient with them; they're new, and haven't been fully
integrated.  Report any problems as a bug on the mspgcc4 project for now.

Peter

On Thu, Aug 5, 2010 at 11:07 AM, Michael Heidinger <[email protected]>wrote:

> Hey everyone,
>
> are the MSP430F5513 and the Value Series supported by the mspgcc
> compiler? If, no, how to get them supported? I cannot find them in the
> include dir.
>
> Thank you for your help.
> Michael Heidinger
>
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>

Reply via email to