Thanks Pedro.  Please let me know if I can do anything to help with testing,
etc.

Sorry for the newbie questions, but to be clear since the stub is a wince
.exe
it must be manually launched from the PDA using WM file explorer, no?  this
follows the same pattern
as a typical stub/gdb where gdbserver is first launched on the target, then
gdb on 
host connects to it (:9999 just happens to be the port number I use on a
different project)

is there an IPCONFIG command on the IPAQ to tell its IP address?  then I can

ping it to make the tcp/ip connectivity test you recommended.

Cheers, 
Steve



-----Original Message-----
From: Pedro Alves [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Alves
Sent: Saturday, December 01, 2007 11:17 AM
To: [EMAIL PROTECTED]
Cc: cegcc-devel@lists.sourceforge.net
Subject: Re: [Cegcc-devel] mingw32ce gdb to wm2005 over RNDIS

Steve DeLaney wrote:

> its not at all clear (to me at least :-)how the gdbserver stub gets 
> launched, so I tried this
> 

It is launched using RAPI commands.

> arm-wince-minw32ce-stub.exe ip-address:9999 baz.exe
> 
> where ip-address can be seen on fedora host as ifconfig rndis0 ...
>     inet addr:169.254.2.2
> 
> but the gdb stub fails with a messagebox "Couldn't get IP address of 
> host system.  Error 11001"
> 
> 
> any ideas???
> 

It has been over a year since I looked at the hacky gdb/stub pair we're
still distributing, but I don't think you should be specifying a ":9999"
port.

Be sure you have tcp/ip connectivity with the device, and try:
arm-wince-minw32ce-stub.exe 169.254.2.2 baz.exe

(Having stock gdb/gdbserver work flawlessly on WM5 just became top of my
TODO now.  2003 has been working fine already for a few months.  Try gdb
6.7.1 for that -- OTHO, humm, I guess I'll upload a tarball with a few extra
patches for people to try it out easilly).

--
Pedro Alves



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to