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, 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 hardma...@gmail.com 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
Mspgcc-users@lists.sourceforge.net
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
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users
  





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 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 hardma...@gmail.com 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
 Mspgcc-users@lists.sourceforge.net
 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
 Mspgcc-users@lists.sourceforge.net
 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
 Mspgcc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mspgcc-users




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 prog.elf prog.ihex

baruch

 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 hardma...@gmail.com 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

-- 
 ~. .~   Tk Open Systems
=}ooO--U--Ooo{=
   - bar...@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



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 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 hardma...@gmail.com 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
 Mspgcc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/mspgcc-users




[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 not the same.

Where can I download the lastest working version of the mspgcc for win32?

The program is:

File led_flasher.c:

#include led_flasher_hrw.h
int  main(void)
{
  int i;
  WDTCTL = WDTPW|WDTHOLD; // Stop watchdog timer
  P1DIR |= 0x01;// Set P1.0 to output direction
  P1OUT = 0x00;
  for (;;)
  {
P1OUT ^= 0x01;  // Toggle P1.0 using 
exclusive-OR


i = 5;  // Delay
do (i--);
while (i != 0);
  }
}

File led_flasher.h

#ifndef led_flasher_hrw
#define led_flasher_hrw

#include io.h
#include signal.h
#include iomacros.h

#endif

The command line used to compile and the output is:


C:\mspmsp430-gcc -mmcu=msp430x2132 led_flasher_main.c -o led_flasher
In file included from C:/MSPGCC/msp430/include/msp430x21x2.h:41,
 from C:/MSPGCC/msp430/include/io.h:78,
 from led_flasher_hrw.h:4,
 from led_flasher_main.c:20:
C:/MSPGCC/msp430/include/msp430/tlv.h:72: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:84: unnamed fields of type other 
than stru

ct or union are not allowed
C:/MSPGCC/msp430/include/msp430/tlv.h:84: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:85: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:86: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:87: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:88: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:89: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:90: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:91: syntax error before numeric 
constant

C:/MSPGCC/msp430/include/msp430/tlv.h:93: syntax error before '}' token
C:/MSPGCC/msp430/include/msp430/tlv.h:101: unnamed fields of type other 
than str

uct or union are not allowed
C:/MSPGCC/msp430/include/msp430/tlv.h:101: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:102: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:103: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:104: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:105: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:106: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:107: syntax error before numeric 
constant
C:/MSPGCC/msp430/include/msp430/tlv.h:108: syntax error before numeric 
constant

C:/MSPGCC/msp430/include/msp430/tlv.h:110: syntax error before '}' token
C:/MSPGCC/msp430/include/msp430/tlv.h:124: syntax error before 
empty_tagd_t

C:/MSPGCC/msp430/include/msp430/tlv.h:126: syntax error before adc12_1
C:/MSPGCC/msp430/include/msp430/tlv.h:127: syntax error before dco_30

C:\msp



Thank's

Sergio




[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 version of the mspgcc for win32?
Thank's

Sergio