Hi Prasad,

        If your kgdboe command line is "kgdboe = @192.168.0.1/ ,
@192.168.0.2/" (obviously without space as said by Tom), kgdb machine
(machine on which your are booting kernel with kgdb patches applied)
should be "192.168.0.1".
        But as you said, from gdb prompt you gave "tar rem
udp:192.168.0.2:6443", its wrong. It should be "tar rem
udp:192.168.0.1:6443".

See "dmesg" output of kgdb machine for more help. look for "kgdboe"
messages in it.

On Tue, 2006-05-02 at 21:13 -0700, prasad B wrote:
> I am trying to setup kgdb with ethernet. I have downloaded 2.6.15.5
> kernel and 2.4 kgdb patch for 2.6.15.5 kernel release. I successfully
> applied the following patches
>  
>        core-lite.patch
>        i386-lite.patch
>        8250.patch
>        eth.patch
>        core.patch
>        i386.patch
>  and configured with ethernet support for kgdb with make menuconfig.
> then i gave make bzImage command and placed both System.map and
> bzImage to the target machine's boot directory. Then I have made an
> entry in grub.conf file to be able to boot with newly copied bzImage
> and specified parameters as
> kgdboe = @192.168.0.1/ , @192.168.0.2/
>  
> then I have started gdb at development machine by issuing the command
> gdb ./vmlinux.
>  
> now at gdb prompt, i have given the command target remote
> udp:192.168.0.2:6443. At this stage, I am getting an error that "host
> is not reachable and ignoring packet error".
> please help me on this regard. If you find any help documents other
> that those from lynsoft, please forward them.
>  
> Thanks with regards,
> Prasad.B
> 
> ______________________________________________________________________
> Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+
> countries) for 2ยข/min or less.

-- 
...Milind
KGDB-PRO
http://www.linsyssoft.com/Kgdbpro.html



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Kgdb-bugreport mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to