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