MSP430 GCC contains binary and sources software development tools for all TI MSP430 devices. The toolchain contains: compiler, assembler, linker, debugger, libraries, and other utilities.
These software development tools include:
- Compiler: MSP430 GCC (msp430-elf-gcc and
msp430-elf-g++) is configured to compile C or C++.
- binutils: assembler, archiver, linker, librarian, and other programs.
- Newlib is the standard C library.
- Debugging: GDB (available with and without Python
scripting support) and the GDB Agent:
- Note: The Python-enabled GDB
client (msp430-elf-gdb-py) requires Python 2.7 libraries to be installed on the host
system.
- Source code: Toolchain source code is available
at http://www.ti.com/tool/msp430-gcc-opensource.