Hi,
 I have tried to work with kgdb using serial but wasn't able
 to do that due to errors now I am trying to setup kgdb with
 ethernet. I successfully applied the all patches
 
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 as

title 2.6.13-kgdb(eth)
root (hd0,0)
kernel /boot/vmlinuz-2.6.13-kgdb ro root=/dev/hdb1 [EMAIL PROTECTED]/,@192.168.1.116/console=ttyS1,115200
(i have tried with this line also "console" at next line)
kernel /boot/vmlinuz-2.6.13-kgdb ro root=/dev/hdb1 [EMAIL PROTECTED]/,@192.168.1.116/
console=ttyS1,115200


to be able to boot with newly copied bzImage and specified parameters in console of target machine
as
[EMAIL PROTECTED]/,@192.168.0.118/ (target/development)
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.116:6443
 At this stage, I am getting an error that
"ignoring packet error".


please help me on this regard.
Thanks



Want to be your own boss? Learn how on Yahoo! Small Business.
-------------------------------------------------------------------------
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