Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-30 Thread jcscsy
ot; ; "mspgcc-users@lists.sourceforge.net" Sent: Tuesday, 31 January 2012, 11:10 Subject: Re: [Mspgcc-users] MSPDebug and MinGW On Mon, Jan 30, 2012 at 06:03:06PM -0800, jcs...@yahoo.com wrote: > Calling mspdebug -j uif also didn't help. >   > D:\Utilities\msp430-tools for Windows u

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-30 Thread Daniel Beer
On Mon, Jan 30, 2012 at 06:03:06PM -0800, jcs...@yahoo.com wrote: > Calling mspdebug -j uif also didn't help. >   > D:\Utilities\msp430-tools for Windows using MingW\mspdebug\mspdebug-0.18- > mingw32>mspdebug -j uif > MSPDebug version 0.18 - debugging tool for MSP430 MCUs > Copyright (C) 2009-2011

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-30 Thread jcscsy
.com Cc: "matthiashart...@versanet.de" ; "mspgcc-users@lists.sourceforge.net" Sent: Tuesday, 31 January 2012, 4:56 Subject: Re: [Mspgcc-users] MSPDebug and MinGW On Mon, Jan 30, 2012 at 01:41:58AM -0800, jcs...@yahoo.com wrote: > Placing a copy of libusb0.dll in the same

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-30 Thread Matthias Hartmann
e file specified. By the way, I am running on Windows XP Pro SP3. thank you Regards, jing > Date: Mon, 30 Jan 2012 07:50:15 +0100 From: Matthias Hartmann Subject: Re: [Mspgcc-users] MSPDebug and MinGW To: mspgcc-users@lists.sourceforge.net Message-ID:<4f263da7.4000...@versanet.de>

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-30 Thread Daniel Beer
On Mon, Jan 30, 2012 at 01:41:58AM -0800, jcs...@yahoo.com wrote: > Placing a copy of libusb0.dll in the same folder as mspdebug.exe doesn't work > regardless where I invoke the application (windows command prompt or mingw). > The same timeout error occurs "uif: read error: The wait operation time

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-30 Thread Matthias Hartmann
y; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > Trying to open UIF on COM7... > uif: can't open serial device: COM7: The system cannot find the file > specified. > By the way, I am running on Windows XP Pro SP3. > > > thank you > Regards, > jin

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-30 Thread jcscsy
l device: COM7: The system cannot find the file specified. By the way, I am running on Windows XP Pro SP3.     thank you Regards, jing   > Date: Mon, 30 Jan 2012 07:50:15 +0100 > From: Matthias Hartmann > Subject: Re: [Mspgcc-users] MSPDebug and MinGW &g

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-29 Thread Matthias Hartmann
om: Daniel Beer To: jing Cc: mspgcc-users@lists.sourceforge.net Sent: Saturday, 28 January 2012, 10:49 Subject: Re: [Mspgcc-users] MSPDebug and MinGW On Fri, Jan 27, 2012 at 08:28:47AM +, jing wrote: Have you manage to make use of mspdebug on mingw? I tried with the latest v0.18 but is gettin

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-29 Thread Jennifer Sy
... uif: read error: The wait operation timed out. fet: open failed Regards, Jing From: Daniel Beer To: jing Cc: mspgcc-users@lists.sourceforge.net Sent: Saturday, 28 January 2012, 10:49 Subject: Re: [Mspgcc-users] MSPDebug and MinGW On Fri, Jan 27, 2012 at 08

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-27 Thread Daniel Beer
On Fri, Jan 27, 2012 at 08:28:47AM +, jing wrote: > Have you manage to make use of mspdebug on mingw? > > I tried with the latest v0.18 but is getting the same timeout error you'd > encounter. (running windows xp) > > FET is definitely working as i was able to program my msp430 experimenter

Re: [Mspgcc-users] MSPDebug and MinGW

2012-01-27 Thread jing
Hello Matthias, Have you manage to make use of mspdebug on mingw? I tried with the latest v0.18 but is getting the same timeout error you'd encounter. (running windows xp) FET is definitely working as i was able to program my msp430 experimenter board using MSP430Flasher_v1.1.5.0. thank yo

Re: [Mspgcc-users] MSPDebug and MinGW

2011-07-29 Thread Daniel Beer
On Fri, Jul 29, 2011 at 08:29:12PM +0200, Matthias Hartmann wrote: > I build it with mingw32 and tried it with a MSP-FET430UIF > E:\MSPGCC4>mspdebug -d com5 -j uif > MSPDebug version 0.16 - debugging tool for MSP430 MCUs > Copyright (C) 2009-2011 Daniel Beer > This is free software; see the source

Re: [Mspgcc-users] MSPDebug and MinGW

2011-07-29 Thread Matthias Hartmann
I build it with mingw32 and tried it with a MSP-FET430UIF E:\MSPGCC4>mspdebug -d com5 -j uif MSPDebug version 0.16 - debugging tool for MSP430 MCUs Copyright (C) 2009-2011 Daniel Beer This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY

Re: [Mspgcc-users] MSPDebug and MinGW

2011-07-27 Thread Daniel Beer
I've just found and fixed a few more bugs (mostly socket IO), so if anyone's testing this, they might want to do a git-pull. - Daniel -- D.L. Beer Engineering www.dlbeer.co.nz -- Got Input? Slashdot Needs You. Take ou

Re: [Mspgcc-users] MSPDebug and MinGW

2011-07-27 Thread Daniel Beer
On Wed, Jul 27, 2011 at 05:50:41PM -0300, Luis Rossi wrote: > Is it the 0.16 version at SourceForge? Sorry, should've mentioned -- it's the latest git version: http://mspdebug.git.sourceforge.net/ - Daniel -- D.L. Beer Engineering www.dlbeer.co.nz -

Re: [Mspgcc-users] MSPDebug and MinGW

2011-07-27 Thread Luis Rossi
Is it the 0.16 version at SourceForge? On Wed, Jul 27, 2011 at 5:44 PM, Daniel Beer wrote: > I've made some changes to MSPDebug and it now compiles with MinGW. To > compile it, you'll also need: > > - libregex > - libusb-win32 > - libreadline (optional) > > I've implemented serial port and so

[Mspgcc-users] MSPDebug and MinGW

2011-07-27 Thread Daniel Beer
I've made some changes to MSPDebug and it now compiles with MinGW. To compile it, you'll also need: - libregex - libusb-win32 - libreadline (optional) I've implemented serial port and socket IO for Windows. It should hopefully work, but I haven't had a chance to test it with actual hardware