Re: [Mspgcc-users] Lastest version of mspgcc

2010-08-30 Thread HardMaker
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,

Re: [Mspgcc-users] Lastest version of mspgcc

2010-08-30 Thread Peter Bigot
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 hardma...@gmail.com wrote: Very thank's Peter I can build the lastest version on linux without problem. But, I use bsl with ti txt

Re: [Mspgcc-users] Lastest version of mspgcc

2010-08-30 Thread Baruch Siach
Hi HardMaker, On Mon, Aug 30, 2010 at 10:55:14AM -0300, HardMaker wrote: 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? Try the following command: $ msp430-objcopy -O ihex

Re: [Mspgcc-users] Lastest version of mspgcc

2010-08-29 Thread Peter Bigot
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

[Mspgcc-users] Lastest version of mspgcc

2010-08-28 Thread HardMaker
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 site, I have downloaded in the install package of the compiler for win32 and the version of the files is

[Mspgcc-users] Lastest version of mspgcc

2010-08-27 Thread HardMaker
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