Superseded by http://www.ti.com/tool/msp430-gcc-opensource
This is a port of the GNU CCompiler (GCC) and GNU Binutils (as, ld) for the embedded processor MSP430. Tools for debugging and download are provided (GDB, JTAG and BSL)
Obsolete. See http://www.ti.com/tool/msp430-gcc-opensource or upstream GNU tools.
PyChecker is a static analysis tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint.