How To Install Msp430-g++?

How To Install Msp430-g++?

msp430-g++

GNU C compiler (cross compiler for MSP430)

Install msp430-g++

  • Debian apt-get install gcc-msp430 Click to copy
  • Ubuntu apt-get install gcc-msp430 Click to copy
  • Raspbian apt-get install gcc-msp430 Click to copy

gcc-msp430

GNU C compiler (cross compiler for MSP430)

This is the GNU C compiler, a fairly portable optimizing compiler for C for TI's MSP430 architecture. This package is primarily for MSP430 developers and cross-compilers and is not needed by normal users. BEWARE: due to a bug in the memory layout reference of FRAM-based chips, this package DOES NOT WORK with MSP430FR5xxx chips (eg. FraunchPad devkit). DO NOT use gcc-msp430 on that chip series, as you will lose access to JTAG and BSL, and permanently BRICK your chip!

To install the latest version of msp430-g++ in your favorite operating system just copy the msp430-g++ installation command from above and paste it into terminal. It will download and install the latest version of msp430-g++ 2024 package in your OS.