Board-msp430: Difference between revisions

From Bashlinux
Jump to navigationJump to search
Content deleted Content added
Manpaz (talk | contribs)
Created page with "== Howto setup Eclipse for MSP430 GCC toolchain == * Install avr tools and dependencies '''Fedora''' <nowiki>yum -y install msp430-gcc msp430-libc msp430mcu eclipse eclipse-c..."
 
Manpaz (talk | contribs)
No edit summary
Line 2: Line 2:
* Install avr tools and dependencies
* Install avr tools and dependencies
'''Fedora'''
'''Fedora'''
<nowiki>yum -y install msp430-gcc msp430-libc msp430mcu eclipse eclipse-cdt</nowiki>
<nowiki>yum -y install msp430-gcc msp430-binutils msp430-libc mspdebug msp430mcu eclipse eclipse-cdt</nowiki>
'''Ubuntu'''
'''Ubuntu'''
<nowiki>apt-get -y install binutils-msp430 gcc-msp430 gdb-msp430 msp430-libc msp430mcu eclipse eclipse-cdt</nowiki>
<nowiki>apt-get -y install gcc-msp430 binutils-msp430 msp430-libc gdb-msp430 msp430mcu eclipse eclipse-cdt</nowiki>
* Update eclipse, ''Help > Check Updates''
* Update eclipse, ''Help > Check Updates''
* Add the MSP430 plug-in on ''Help > Add New software''
* Add the MSP430 plug-in on ''Help > Add New software''

Revision as of 07:13, 30 May 2013

Howto setup Eclipse for MSP430 GCC toolchain

  • Install avr tools and dependencies

Fedora

yum -y install msp430-gcc msp430-binutils msp430-libc mspdebug msp430mcu eclipse eclipse-cdt 

Ubuntu

apt-get -y install gcc-msp430 binutils-msp430 msp430-libc gdb-msp430 msp430mcu eclipse eclipse-cdt
  • Update eclipse, Help > Check Updates
  • Add the MSP430 plug-in on Help > Add New software
  • On the new dialog click on 'Add' button and add http://eclipse.xpg.dk in Work with and "MSP430 Plugin" in name field