I can't say whether that msp430mcu will work with your system.  Vetted
combinations of tools can be found at
http://mspgcc.git.sourceforge.net/git/gitweb.cgi?p=mspgcc/mspgcc;a=blob;f=RELEASES.txt;hb=refs/heads/patches

If you can't find a complete release with support for this MCU, you're
probably ok copying over just the F5338 material (both the msp430f5338.h
header and the ldscripts/msp430f5338 subdirectory).  Look within your
existing installation to see where they go (put them next to the
msp430f5438 material).  Depending on how you do includes you might have to
edit msp430.h to delegate to the new include file.

What installation help there is is on the wiki at
https://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=MSPGCC_Wiki#Installation.
I expect distributions to keep their packages up to date.

Peter

On Wed, Feb 27, 2013 at 8:55 PM, Ian Chapman <ichap...@videotron.ca> wrote:

> Thanks for the help Peter,
>     I've pulled over "msp430mcu-20120406.tar.bz2" and I'm not sure how I
> should proceed.  I have in
> /usr/msp430 $ ls
> bin  include  lib
>         that I pulled from the mint13 Package Manager.  Should I
> dis-install that before I install the later edition?  Also the read me file
> is a bit terse for me.
> scripts/install.sh /mspgcc/prefix/path
> should I "cd scripts" then "install.sh /usr/mspgcc" or something? After
> extracting of course.  Where do you guys put this and is my version of gcc
> still good with this version of mspgcc?  Sorry not to be up with you all
> Ian.
>
>
>
>
> On 13-02-26 09:19 PM, Peter Bigot wrote:
>
>> Support for the MSP430F5338 was added in msp430mcu 20111107; the versions
>> you have appear to pre-date that release. Update your mspgcc version to the
>> current stable or development releases (20120406 or 20121109).
>>
>> Peter
>>
>> On Tue, Feb 26, 2013 at 7:15 PM, Ian Chapman <ichap...@videotron.ca<mailto:
>> ichap...@videotron.ca>**> wrote:
>>
>>     Hi,  I do not seem to have all the files to deal with msp430f5338,
>>     I get
>>     the below error.  Usin msp430f5438 all compiles well and runs under
>>     mspdebug rf2500 program all works great.  I guess I'm missing a few
>>     headers.  I have the following version.  Any suggestions welcome.
>>      Ian.
>>
>>       msp430-gcc --version
>>     msp430-gcc (GNU GCC patched mspgcc-20110716) 4.5.3
>>     Copyright (C) 2010 Free Software Foundation, Inc.
>>     This is free software; see the source for copying conditions.
>>      There is NO
>>     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
>>     PURPOSE.
>>
>>     msp430-gcc -Os -Wall -g -mmcu=msp430f5338 -o main.elf main.o
>>     /usr/lib/gcc/msp430/4.5.3/../.**./../../msp430/bin/ld: cannot open
>>     linker
>>     script file memory.x: No such file or directory
>>     collect2: ld returned 1 exit status
>>     make: *** [main] Error 1
>>
>>
>>     ------------------------------**------------------------------**
>> ------------------
>>     Everyone hates slow websites. So do we.
>>     Make your web apps faster with AppDynamics
>>     Download AppDynamics Lite for free today:
>>     http://p.sf.net/sfu/appdyn_**d2d_feb<http://p.sf.net/sfu/appdyn_d2d_feb>
>>     ______________________________**_________________
>>     Mspgcc-users mailing list
>>     Mspgcc-users@lists.**sourceforge.net<Mspgcc-users@lists.sourceforge.net>
>>     
>> <mailto:Mspgcc-users@lists.**sourceforge.net<Mspgcc-users@lists.sourceforge.net>
>> >
>>     
>> https://lists.sourceforge.net/**lists/listinfo/mspgcc-users<https://lists.sourceforge.net/lists/listinfo/mspgcc-users>
>>
>>
>>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to