Re: [Mspgcc-users] MSPDebug with MinGW

2011-07-20 Thread Xiaofan Chen
On Thu, Jul 21, 2011 at 10:13 AM, Daniel Beer wrote: > Yep, this is probably doable without too much hassle. elf.h can be > included in the distribution -- it's LGPL and only used for structs > and defines anyway. Glad to hear that. > Only thing I'm not so sure about is serial port access. I don

Re: [Mspgcc-users] MSPDebug with MinGW

2011-07-20 Thread Daniel Beer
On Thu, Jul 21, 2011 at 09:43:33AM +0800, Xiaofan Chen wrote: > On Wed, Jul 20, 2011 at 12:55 PM, Xiaofan Chen wrote: > > On Wed, Jul 20, 2011 at 7:49 AM, Daniel Beer wrote: > >> If your device is one that needs to be accessed via USB (no tty > >> support), then you might have more luck using Min

[Mspgcc-users] MSPDebug with MinGW

2011-07-20 Thread Xiaofan Chen
On Wed, Jul 20, 2011 at 12:55 PM, Xiaofan Chen wrote: > On Wed, Jul 20, 2011 at 7:49 AM, Daniel Beer wrote: >> If your device is one that needs to be accessed via USB (no tty >> support), then you might have more luck using MinGW and libusb-win32: >> >>    http://sourceforge.net/apps/trac/libusb-