1
Project development, ideas, and suggestions / Re: Updated compile of mspgcc and mspdebug on Linux
Thanks, I have shared it to MSP43oh.
I have also received a start-up code that I am working with at the moment, to make a compiler script for the msp430gcc.
I have done some progress on that, however it takes time to test the script.
The script is intended to resolve the dependencies, Download required files, extract them and then initiate the compile.
And finally place them in correct directories so that they can be used for Make on MSP430 projects.
The idea is also to include a small Make file generator to sort out the compile and run issues.
The challenge here to make it work across linux flavors(Fedora/Debian/SuSE/Mint).
I have also tried out Energia project https://github.com/energia/Energia. Its really nice.
I wish that I can package this compiler + Mspdebug for Energia on linux some day.
Till then I wish to get more suggestions and support.