카테고리 없음

MSP430 Cross compiler Install with Ubuntu

guruzoa 2012. 4. 8. 23:50

 

MSP430 Cross compiler Install with Ubuntu

http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Install:debian

Oneiric

mspgcc will be available in Ubuntu Oneiric. Packages are listed here, and were shepherded by Luca Bruno

Ubuntu Package List :=> sudo apt-get install msp430-libc, ...

msp430-libc:

Standard C library for TI MSP430 development
  • mspdebug:
    debugging tool for MSP430 microcontrollers
  • msp430mcu:
    Spec files, headers and linker scripts for TI's MSP430 targets
  • binutils-msp430:
    Binary utilities supporting TI's MSP430 targets
  • gcc-msp430:
    The GNU C compiler (cross compiler for MSP430)
  • gdb-msp430:
    The GNU debugger for MSP430

    *-*- gdb-msp430 install error 

    Reference Site : https://bugs.launchpad.net/ubuntu/+source/gdb-msp430/+bug/860045

    sudo apt-get -o Dpkg::Options::="--force-overwrite" install gdb-msp430