Oleg Skidan wrote:
Hi, All !
I have some problems using gdb and rproxy under win2k.
Well it is running more or less OK for me on WinXP and WinME (yeah, I
tried all the crappiest versions of Windows). I get one oddity with
insight, that I don't get on Linux. It will display assembly language or
mixed source/assembly. It won't display pure source, or source and
assembly in separate windows. This works OK on Linux, though.
After starting rproxy it says that all is OK and recognizes MSP430F149
in my target board.
It seems you are 90% of the way there.
When I try to connect gdb to rproxy (using "target msp430
localhost:1000"),
rproxy says "connected", but
gdb after some delay says "no anwer from remote target".
Try using "target remote localhost:1000". I think this is your problem.
I'm not entirely sure what "target msp430" does, but it isn't the
command you want.
I use gdb cygwin build from 10.29.2002.
Am I doing somthing wrong ? (I have no experience with gdb)
Thanks, Oleg.
P.S. IAR C-SPY works fine with the same equipment.
"C-Spy works fine" is not the sort of comment a lot of people make :-)
Regards,
Steve