1
Project development, ideas, and suggestions / Updated compile of mspgcc and mspdebug on Linux
I have tried to put together an updated tutorial to compile mspgcc in Linux.
http://http://m8051.blogspot.in/2012/07/compiling-msp430-gcc-in-linux-upto-date.html
Along with this I have initiated a project on github to create script that can make,
the compilation as well as download of the components needed for mspgcc easier.
http://https://github.com/AdharLabs/mspgcc-build-linux
There are two other goals of this project:- First to provide examples for makefile based projects for Launch Pad and also for advance MSP430 processors; and Secondly to provide an easy to use makefile generator script to help speed up the project development.
In order to help the Linux users, I did the complete build and packaging of the MSPGCC + MSP430libc + MCU files and mspdebug.
The same has been tested for Ubuntu Linux 12.04. Hope that this release should be compatible to most of the updated Debian Linux flavours.
Here is the Download link: http://https://github.com/AdharLabs/mspgcc-build-linux/downloads
You can directly download the first release:
http://https://github.com/downloads/AdharLabs/mspgcc-build-linux/mspgcc-build-linux-20120710-Ubuntu12.04.tar.bz2
I wish to ask for support, feedbacks and comments to help make this a success.