I believe some people are having some success using mspgcc4 and compiling
with the TI headers version of msp430-libc.  There's a bug in the headers
right now that means you should include the legacy header msp430x552x.h
instead of the chip-specific one, and the compiler isn't aware of the 5529
so you'll have to provide it an option for a different 5xx family chip, such
as -mmcu=msp430x5418.  Patches for both these problems are in the works.

msp430-libc as available on the mspgcc4 project should also work with mspgcc
if you need to use the MSP430X support that's in that CVS branch.

Peter

On Wed, Aug 11, 2010 at 8:10 AM, Aurélien Gauducheau <
[email protected]> wrote:

> Hi, I try to load the OS on a Contiki msp430f5529 I would like to know if
> mspgcc or mspgcc4 support msp430f5529. If not, is there a procedure or a
> patch for that mspgcc or mspgcc4 support the msp430f5529? thanks you Best
> regards Aurélien
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> Mspgcc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>

Reply via email to