>From the Olimex web page http://www.olimex.com/dev/msp-jtag-tiny.html , you can get the drivers for the Olimex jtag debugger, and install that as the driver for the USB device. You then need to copy the "SiUSBXp.dll", "FTD2XX.dll", and "MSP430.dll" from the Olimex software into the directory with your gdbproxy.exe, overwriting the original files. Once that's in place, the Olimex debugger should work fine with JTAG using gdbproxy (or the latest version of the python downloader tools).
I don't know whether it works with the spy-bi-wire interface, as I've never tried it. mvh., David > Rasche, Greg schrieb: > > Hi All, > > > > I downloaded the file named mspgcc-20060502.exe from here > > http://sourceforge.net/project/showfiles.php?group_id=42303 > > > > I need to use GCC and GDB, and need to get the proxy agent working. Per > > this thread... > > http://www.nabble.com/Updated-msp430-gdbproxy-t1494599.html > > > > For me, (Windows user) there are 3 new files to download HIL.dll, > > MSP430.dll and msp430-gdbproxy.exe. I have the Windows installer for > > MSPGCC installed, and copied these 3 files over the 3 files that were in > > placed within c:/mspgcc/bin > > > ... > > I have an Olimex USB JTAG programmer, and have > ... > > parallel port adapter should just work, but USB JTAG adapters use > proprietary protocols between the box and the PC. therefore you need to > install the MSP430.dll that comes with your USB JTAG box. > > chris > > > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > >