Re: Reg kdb utility

2001-07-03 Thread Balbir Singh
You need to compile with the correct kernel headers using the include path feature -I Balbir On Tue, 3 Jul 2001, SATHISH.J wrote: |Hi, | |I tried to use kdb on my 2.2.14-12 kernel. I was able to compile the file |/usr/src/linux/arch/i386/kdb/modules/kdbm_vm.c and could get the object

Re: Reg kdb utility

2001-07-03 Thread SATHISH.J
Hi, I tried to use kdb on my 2.2.14-12 kernel. I was able to compile the file /usr/src/linux/arch/i386/kdb/modules/kdbm_vm.c and could get the object file. When I tried to insert it as a module it givesd the following error message: ./kdbm_vm.o: kernel-module version mismatch

Re: Reg kdb utility

2001-07-03 Thread SATHISH.J
Hi, I tried to use kdb on my 2.2.14-12 kernel. I was able to compile the file /usr/src/linux/arch/i386/kdb/modules/kdbm_vm.c and could get the object file. When I tried to insert it as a module it givesd the following error message: ./kdbm_vm.o: kernel-module version mismatch

Re: Reg kdb utility

2001-07-03 Thread Balbir Singh
You need to compile with the correct kernel headers using the include path feature -I path to new headers Balbir On Tue, 3 Jul 2001, SATHISH.J wrote: |Hi, | |I tried to use kdb on my 2.2.14-12 kernel. I was able to compile the file |/usr/src/linux/arch/i386/kdb/modules/kdbm_vm.c and could