Board-msp430: Difference between revisions
From Bashlinux
Jump to navigationJump to search
Content deleted Content added
| Line 2: | Line 2: | ||
* Install msp430 tools and dependencies |
* Install msp430 tools and dependencies |
||
'''Fedora''' |
'''Fedora''' |
||
<nowiki>yum -y install msp430-gcc msp430-binutils msp430-libc mspdebug msp430mcu eclipse eclipse-cdt</nowiki> |
<nowiki>yum -y install msp430-gcc msp430-binutils msp430-libc mspdebug msp430mcu eclipse eclipse-cdt libmpc-devel glibc-devel.i686</nowiki> |
||
'''Ubuntu''' |
'''Ubuntu''' |
||
<nowiki>apt-get -y install gcc-msp430 binutils-msp430 msp430-libc gdb-msp430 msp430mcu eclipse eclipse-cdt libmpc-dev</nowiki> |
<nowiki>apt-get -y install gcc-msp430 binutils-msp430 msp430-libc gdb-msp430 msp430mcu eclipse eclipse-cdt libmpc-dev libc6-dev-i386</nowiki> |
||
* Update eclipse, ''Help > Check Updates'' |
* Update eclipse, ''Help > Check Updates'' |
||
* Add the MSP430 plug-in on ''Help > Install New software'' |
* Add the MSP430 plug-in on ''Help > Install New software'' |
||
Revision as of 22:03, 30 May 2015
Howto setup Eclipse for MSP430 GCC toolchain
- Install msp430 tools and dependencies
Fedora
yum -y install msp430-gcc msp430-binutils msp430-libc mspdebug msp430mcu eclipse eclipse-cdt libmpc-devel glibc-devel.i686
Ubuntu
apt-get -y install gcc-msp430 binutils-msp430 msp430-libc gdb-msp430 msp430mcu eclipse eclipse-cdt libmpc-dev libc6-dev-i386
- Update eclipse, Help > Check Updates
- Add the MSP430 plug-in on Help > Install New software
- On the "Available Software" screen, click on 'Add' button and type in the new dialog "MSP430 Plugin" in name field and http://eclipse.xpg.dk in Location
- Back to "Available Software" screen, enable the check box for "msp430" and then hit 'Next' at the bottom of the screen
- On the "Install Details" screen click 'Finish' and click 'Ok" if the "Security Warning" prompts you to confirm the installation
- Click on 'Yes' when Eclipse finish up the installation and ask you to restart Eclipse itself.