Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Miloslav Semler
all is listed in manpage. there is several drivers for hardware programmers/debugers (see section drivers here: http://mspdebug.sourceforge.net/manual.html). You have to choose right one. I am not familiar with mspdebug. Miloslav, could you give a specific example of such parameters, please? Wh

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Leonardo Martinez
Thanks Yama, Yes, this is the first version of msp gcc i am using. I put it in the path just going to environmental variables in system which is located in control panel... Yes, I am using usb JTAG... Thanks! On Tue, Dec 4, 2012 at 3:28 PM, Yama Ploskonka wrote: > Miloslav, could you give a

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Yama Ploskonka
Miloslav, could you give a specific example of such parameters, please? What should he look for for setting those parameters? AFAIK Leonardo is using USB, not parallel (Leonardo, please confirm - according to Miloslav, that would make a difference) On 12/04/2012 11:23 AM, Miloslav Semler wro

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Yama Ploskonka
Matthias, How does he add it to the path? (specific wording, please, step by step - It would seem that our friend does not know how to figure that) AFAIK he has no other versions, he is just starting On 12/04/2012 10:59 AM, Matthias Hartmann wrote: There is no special installation neccessa

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Leonardo Martinez
Ok, I hope I could get it work... Kind Regards. Thanks! On Tue, Dec 4, 2012 at 2:23 PM, Miloslav Semler wrote: > ** > it could work... with correct parameters. > > So, i compile it with these instructions: > > *msp430-gcc -Os -mmcu=msp430G2433 -o test1.elf test1.c* > > *msp430-objcopy -O i

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Miloslav Semler
it could work... with correct parameters. So, i compile it with these instructions: *msp430-gcc -Os -mmcu=msp430G2433 -o test1.elf test1.c* *msp430-objcopy -O ihex test1.elf test1.hex*** And then, I program my msp430g2433 with the mspdebug, is that right? In the list I saw there wasn't specifi

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Leonardo Martinez
I am using msp-fet430UIF. What should i use for programming my msp430 with this usb fet? Is gdb deprecated? On Tue, Dec 4, 2012 at 2:06 PM, Miloslav Semler wrote: > ** > important question is what programmer do you use. Anyway, for programming > mspdebug or msp430-jtag could be used. Please re

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Miloslav Semler
important question is what programmer do you use. Anyway, for programming mspdebug or msp430-jtag could be used. Please refer their manual pages. I use msp430-jtag as i have a parallel port programmer. Yes, i know that. What i want is to create a c# app where the user insert some parameters,

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Matthias Hartmann
There is no special installation neccessary. Just uncompress the zip to a directory you like and add extracted to>\bin to the path. Check the path for directories where other versions of mspgcc reside and remove them, because mixing up different versions may give strange behaviour. best Matth

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Leonardo Martinez
Yes, i know that. What i want is to create a c# app where the user insert some parameters, then touch a button and internally the .c file is modified, the code is compiled and the program is loaded... So, i need to compile/load program first in DOS to then translate to c#... I suppose that just b

Re: [Mspgcc-users] Installing Mspgcc on Windows XP

2012-12-04 Thread Miloslav Semler
its only compiler. if you want some ide, you may try this one: http://www.bloodshed.net/dev/devcpp.html But it will need a little playing with configuration to make it working with mspgcc. I used this IDE few years ago for coding win32 executables and i know that worked well. Today I am using u