The following are instructions for building a GCC cross-compiler for the MSP430. They are based in part on Peter Bigot's post to mspgcc-users.
export PREFIX=/usr/local/msp430
| # | |
| # Makefile - usci_serial | |
| # | |
| # License: Do with this code what you want. However, don't blame | |
| # me if you connect it to a heart pump and it stops. This source | |
| # is provided as is with no warranties. It probably has bugs!! | |
| # You have been warned! | |
| # | |
| # Author: Rick Kimball | |
| # email: [email protected] |
The following are instructions for building a GCC cross-compiler for the MSP430. They are based in part on Peter Bigot's post to mspgcc-users.
export PREFIX=/usr/local/msp430