Rickta59 589 Posted October 19, 2011 Share Posted October 19, 2011 I spent some time and figured out how to make msp430-gcc compile and link the msp430g2xx3_ta_01.asm sample program from the msp430g2553 samples zip http://www.ti.com/litv/zip/slac485a. I had to modify the labels (added ':'s at the end ), changed some of the directives, and then passed a boatload of arguments to gcc. You can find the gory details in this gist: https://gist.github.com/1297504 You need the latest uniarch msp430gcc with the latest patches for this to work properly and latest mspdebug. To build and install just type in the directory where the source is: $ make clean all install -rick bluehash, zborgerd and rockets4kids 3 Quote Link to post Share on other sites
zborgerd 62 Posted October 19, 2011 Share Posted October 19, 2011 Thanks for the post. This is very useful for us GCC users. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.