I am trying to use the Olimex USB JTAG adapter under Windows XP,
targetting MSP430F449. The Windows/USB/JTAG/MSP430F449 chain appears to
be connected, because I can read my device with Olimex's "MSP
Programmer" software. But, when I try David Brown's recommended
gdbproxy connection (from mspgcc-users archive 2006-06-20):
>
>Did you try the instructions I gave below? I had few problems getting the
>Olimex USB debugger to work with gdbproxy, using the "TIUSB" option:
>
>msp430-gdbproxy --port=3333 msp430 TIUSB
>
I get this output:
Remote proxy for GDB, v0.7.1, Copyright (C) 1999 Quality Quorum Inc.
MSP430 adaption Copyright (C) 2002 Chris Liechti and Steve Underwood
GDBproxy comes with ABSOLUTELY NO WARRANTY; for details
use `--warranty' option. This is Open Source software. You are
welcome to redistribute it under certain conditions. Use the
'--copying' option for details.
debug: MSP430_Initialize()
error: msp430: The FET tool version does not match this program.
Update required.
Does this mean that the Olimex device needs to be updated? Or does it
perhaps mean that the DLLs in mspgcc/bin are mismatched? Any
suggestions would be appreciated. I have had previous very pleasant and
successful experience with the Olimex parallel port JTAG adapter and all
the mspgcc toolchain. Thank you.