On Thu, Aug 9, 2012 at 4:52 PM, Vivek Panwar <vivekpanwar2008@gmail.com> wrote:
HI,
do "make menuconfig" and search for KGDB over ethernet option , you vl find nothing. Do you have any other idea to make the latest kernel working over ethernet ?
Thanks Vivek
On Thu, Aug 9, 2012 at 4:48 PM, Rahul Bedarkar <rpal143@gmail.com> wrote:
On Thu, Aug 9, 2012 at 4:12 PM, Vivek Panwar <vivekpanwar2008@gmail.com> wrote:
Hi,
I am making a set up for kernel debugging at remote location with the help of ethernet, but as i heard that we dont have ethernet support in kernel 3.x series , Is it true? I can not believe ethernet support is not in 3.x series!
Thanks, Rahul B.
If yes so do we have any other option to enable the ethernet functionality. I have downloaded the latest 3.6.7 kernel to my ubuntu 11.04 64 bit machine and booted my machine with this new kernel successfully but the problem is that i dont have ethernet support in this for debugging via KGDB. I am a beginner in this field, so can you please help me out in this if possible.
Thanks for your support
Thanks Vivek _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
kgdb over ethernet never made it to mainline. You have use only kgdb over serial. Out of tree patch for kgdb over ethernet should be available (just a guess as it was available for older versions of kernel) check that out. If available patch the kernel and use kgdb over ethernet else use kgdb over serial. Regards, Sannu K