msp430-objcopy -I elf32-little -O ihex main.exe main.hex msp430-objcopy --info tells you the supported formats.
Peter On Mon, Aug 30, 2010 at 8:55 AM, HardMaker <[email protected]> wrote: > Very thank's Peter > I can build the lastest version on linux without problem. > But, I use bsl with ti txt binary format. How can convert from the gcc > output to ti txt hex file format? > Very thank's again. > > Sergio > > Peter Bigot wrote: >> You can download the latest source release of mspgcc4 (20100815, though >> there should be another later today) from >> http://sourceforge.net/projects/mspgcc4/. There's a MinGW.txt file in the >> root directory that may help with building, if you're not using cygwin. >> >> I don't have a good windows development environment, and personally want to >> stay out of the distribution business, so unless/until somebody volunteers >> to provide packaged versions the latest versions are only available in >> source form. >> >> Peter >> >> On Fri, Aug 27, 2010 at 9:44 AM, HardMaker <[email protected]> wrote: >> >> >>> Hi, >>> I'm testing a litle example using the msp430f2132 and the compiler send a >>> some error's in tlv.h >>> Searching a solution a find a diferent version of this file (tlv.h) in the >>> sourceforge of I have downloaded in the install package of the compiler. >>> Where can I download the lastest working version of the mspgcc for win32? >>> Thank's >>> >>> Sergio >>> >>> >>> ------------------------------------------------------------------------------ >>> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program >>> Be part of this innovative community and reach millions of netbook users >>> worldwide. Take advantage of special opportunities to increase revenue and >>> speed time-to-market. Join now, and jumpstart your future. >>> http://p.sf.net/sfu/intel-atom-d2d >>> _______________________________________________ >>> Mspgcc-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/mspgcc-users >>> >>> >>> >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program >> Be part of this innovative community and reach millions of netbook users >> worldwide. Take advantage of special opportunities to increase revenue and >> speed time-to-market. Join now, and jumpstart your future. >> http://p.sf.net/sfu/intel-atom-d2d >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Mspgcc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mspgcc-users >> > > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >
