mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Error patching linux-2.6.9 with kdb-v4.4-2.6.9-i386-1
@ 2005-12-28  6:25 Srikanth Srinivasan
  2005-12-28 15:41 ` Keith Owens
  0 siblings, 1 reply; 3+ messages in thread
From: Srikanth Srinivasan @ 2005-12-28  6:25 UTC (permalink / raw)
  To: linux-kernel

Am relatively new to the linux kernel. I have a problem patching the
linux kernel with the kdb kernel debugger.... Here are the steps i
followed. Am not sure if i have missed anything... Kindly help me
out...

1) Untarred the linux-2.6.9 to my home directory
[srikanth@zeus linux]$ pwd
/home/srikanth/work/src/linux

2) Copied kdb-v4.4-2.6.9-i386-1 to /home/srikanth/work/src/linux

3) [srikanth@zeus linux]$ patch -p1 < kdb-v4.4-2.6.9-i386-1
patching file arch/i386/Kconfig.debug
patching file arch/i386/Makefile
patching file arch/i386/kdb/ChangeLog
patching file arch/i386/kdb/Makefile
patching file arch/i386/kdb/i386-dis.c
patching file arch/i386/kdb/kdb_cmds
patching file arch/i386/kdb/kdba_bp.c
patching file arch/i386/kdb/kdba_bt.c
patching file arch/i386/kdb/kdba_id.c
patching file arch/i386/kdb/kdba_io.c
patching file arch/i386/kdb/kdbasupport.c
patching file arch/i386/kdb/pc_keyb.h
patching file arch/i386/kernel/entry.S
patching file arch/i386/kernel/i8259.c
patching file arch/i386/kernel/io_apic.c
patching file arch/i386/kernel/reboot.c
patching file arch/i386/kernel/smp.c
patching file arch/i386/kernel/smpboot.c
patching file arch/i386/kernel/traps.c
patching file arch/i386/kernel/vmlinux.lds.S
patching file include/asm-i386/ansidecl.h
patching file include/asm-i386/bfd.h
patching file include/asm-i386/kdb.h
patching file include/asm-i386/kdbprivate.h
patching file include/asm-i386/kmap_types.h
patching file include/asm-i386/mach-default/irq_vectors.h
patching file include/asm-i386/ptrace.h
patching file kdb/modules/kdbm_x86.c

4) Ran menuconfig and chose  Built-in Kernel Debugger support from
Kernel hacking.
I alos chose KDB modules to be built.in

5) Then when i ran make bzImage i got the error as linux/kdb.h not found
[srikanth@zeus linux]$ make bzImage
  CHK     include/linux/version.h
  UPD     include/linux/version.h
  SYMLINK include/asm -> include/asm-i386
  SPLIT   include/linux/autoconf.h -> include/config/*
  HOSTCC  scripts/genksyms/genksyms.o
  SHIPPED scripts/genksyms/lex.c
  SHIPPED scripts/genksyms/parse.h
  SHIPPED scripts/genksyms/keywords.c
  HOSTCC  scripts/genksyms/lex.o
  SHIPPED scripts/genksyms/parse.c
  HOSTCC  scripts/genksyms/parse.o
  HOSTLD  scripts/genksyms/genksyms
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTCC  scripts/mod/modpost.o
  HOSTCC  scripts/mod/sumversion.o
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/kallsyms
  HOSTCC  scripts/pnmtologo
  HOSTCC  scripts/conmakehash
  CC      arch/i386/kernel/asm-offsets.s
  CHK     include/asm-i386/asm_offsets.h
  UPD     include/asm-i386/asm_offsets.h
  CC      init/main.o
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  CC      init/do_mounts.o
  CC      init/do_mounts_rd.o
  CC      init/do_mounts_initrd.o
  CC      init/do_mounts_md.o
  LD      init/mounts.o
  CC      init/initramfs.o
  LD      init/built-in.o
  HOSTCC  usr/gen_init_cpio
  CPIO    usr/initramfs_data.cpio
  GZIP    usr/initramfs_data.cpio.gz
  AS      usr/initramfs_data.o
  LD      usr/built-in.o
  CC      arch/i386/kernel/process.o
  CC      arch/i386/kernel/semaphore.o
  CC      arch/i386/kernel/signal.o
  AS      arch/i386/kernel/entry.o
  CC      arch/i386/kernel/traps.o
arch/i386/kernel/traps.c:41:23: linux/kdb.h: No such file or directory
arch/i386/kernel/traps.c: In function `die':
arch/i386/kernel/traps.c:369: error: `kdb_diemsg' undeclared (first
use in this function)
arch/i386/kernel/traps.c:369: error: (Each undeclared identifier is
reported only once
arch/i386/kernel/traps.c:369: error: for each function it appears in.)
arch/i386/kernel/traps.c:370: warning: implicit declaration of function `kdb'
arch/i386/kernel/traps.c:370: error: `KDB_REASON_OOPS' undeclared
(first use in this function)
arch/i386/kernel/traps.c: In function `unknown_nmi_error':
arch/i386/kernel/traps.c:579: error: `KDB_REASON_NMI' undeclared
(first use in this function)
arch/i386/kernel/traps.c: In function `die_nmi':
arch/i386/kernel/traps.c:611: error: `KDB_REASON_NMI' undeclared
(first use in this function)
arch/i386/kernel/traps.c: In function `do_debug':
arch/i386/kernel/traps.c:740: error: `KDB_REASON_DEBUG' undeclared
(first use in this function)
arch/i386/kernel/traps.c: At top level:
arch/i386/kernel/traps.c:816: error: conflicting types for 'do_int3'
arch/i386/kernel/traps.c:697: error: previous definition of 'do_int3' was here
arch/i386/kernel/traps.c: In function `do_int3':
arch/i386/kernel/traps.c:817: error: `KDB_REASON_BREAK' undeclared
(first use in this function)
arch/i386/kernel/traps.c: In function `trap_init':
arch/i386/kernel/traps.c:1121: warning: implicit declaration of
function `kdb_enablehwfault'
make[1]: *** [arch/i386/kernel/traps.o] Error 1
make: *** [arch/i386/kernel] Error 2

I run RHEL4 U2 on a uni-processor x86 box
[srikanth@zeus linux]$ uname -a
Linux zeus.in.ibm.com 2.6.9-22.EL #1 Mon Sep 19 18:20:28 EDT 2005 i686
i686 i386 GNU/Linux

Regards, Srikanth

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error patching linux-2.6.9 with kdb-v4.4-2.6.9-i386-1
  2005-12-28  6:25 Error patching linux-2.6.9 with kdb-v4.4-2.6.9-i386-1 Srikanth Srinivasan
@ 2005-12-28 15:41 ` Keith Owens
  2005-12-28 17:43   ` Jesper Juhl
  0 siblings, 1 reply; 3+ messages in thread
From: Keith Owens @ 2005-12-28 15:41 UTC (permalink / raw)
  To: Srikanth Srinivasan; +Cc: linux-kernel

Srikanth Srinivasan (on Wed, 28 Dec 2005 11:55:12 +0530) wrote:
>Am relatively new to the linux kernel. I have a problem patching the
>linux kernel with the kdb kernel debugger.... Here are the steps i
>followed. Am not sure if i have missed anything... Kindly help me
>out...
>
>1) Untarred the linux-2.6.9 to my home directory
>[srikanth@zeus linux]$ pwd
>/home/srikanth/work/src/linux
>
>2) Copied kdb-v4.4-2.6.9-i386-1 to /home/srikanth/work/src/linux
>
>3) [srikanth@zeus linux]$ patch -p1 < kdb-v4.4-2.6.9-i386-1
>
>4) Ran menuconfig and chose  Built-in Kernel Debugger support from
>Kernel hacking.
>I alos chose KDB modules to be built.in
>
>5) Then when i ran make bzImage i got the error as linux/kdb.h not found

You did not read the README file in ftp://oss.sgi.com/projects/kdb/download/v4.4,
so you forgot to apply the common kdb patch as well.  The KDB README says -

Starting with kdb v2.0 there is a common patch against each kernel which
contains all the architecture independent code plus separate architecture
dependent patches.  Apply the common patch for your kernel plus at least
one architecture dependent patch, the architecture patches activate kdb.

The naming convention for kdb patches is :-

 vx.y    The version of kdb.  x.y is updated as new features are added to kdb.
 -v.p.s  The kernel version that the patch applies to.  's' may include -pre,
         -rc or whatever numbering system the kernel keepers have thought up this
         week.
 -common The common kdb code.  Everybody needs this.
 -i386   Architecture dependent code for i386.
 -ia64   Architecture dependent code for ia64, etc.
 -n      If there are multiple kdb patches against the same kernel version then
         the last number is incremented.

To build kdb for your kernel, apply the common kdb patch which is less
than or equal to the kernel v.p.s, taking the highest value of '-n'
if there is more than one.  Apply the relevant arch dependent patch
with the same value of 'vx.y-v.p.s-', taking the highest value of '-n'
if there is more than one.

For example, to use kdb for i386 on kernel 2.6.6, apply
  kdb-v4.4-2.6.6-common-<n>            (use highest value of <n>)
  kdb-v4.4-2.6.6-i386-<n>              (use highest value of <n>)
in that order.  To use kdb for ia64 with patch 040521 on kernel 2.6.6, apply
  kdb-v4.4-2.6.6-common-<n>            (use highest value of <n>)
  kdb-v4.4-2.6.6-ia64-040521-<n>       (use highest value of <n>)
in that order.

Use patch -p1 for all patches.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Error patching linux-2.6.9 with kdb-v4.4-2.6.9-i386-1
  2005-12-28 15:41 ` Keith Owens
@ 2005-12-28 17:43   ` Jesper Juhl
  0 siblings, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2005-12-28 17:43 UTC (permalink / raw)
  To: Keith Owens; +Cc: Srikanth Srinivasan, linux-kernel

On 12/28/05, Keith Owens <kaos@sgi.com> wrote:
> Srikanth Srinivasan (on Wed, 28 Dec 2005 11:55:12 +0530) wrote:
> >Am relatively new to the linux kernel. I have a problem patching the
> >linux kernel with the kdb kernel debugger.... Here are the steps i
> >followed. Am not sure if i have missed anything... Kindly help me
> >out...
> >
> >1) Untarred the linux-2.6.9 to my home directory
> >[srikanth@zeus linux]$ pwd
> >/home/srikanth/work/src/linux
> >
> >2) Copied kdb-v4.4-2.6.9-i386-1 to /home/srikanth/work/src/linux
> >
> >3) [srikanth@zeus linux]$ patch -p1 < kdb-v4.4-2.6.9-i386-1
> >
> >4) Ran menuconfig and chose  Built-in Kernel Debugger support from
> >Kernel hacking.
> >I alos chose KDB modules to be built.in
> >
> >5) Then when i ran make bzImage i got the error as linux/kdb.h not found
>
> You did not read the README file in ftp://oss.sgi.com/projects/kdb/download/v4.4,
> so you forgot to apply the common kdb patch as well.  The KDB README says -
>
<!-- snip -->

Might also be worth mentioning that 2.6.9 is a bit dated, if one is
just starting out with the kernel one might as well start with a
recent version.

--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please      http://www.expita.com/nomime.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-28 17:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-28  6:25 Error patching linux-2.6.9 with kdb-v4.4-2.6.9-i386-1 Srikanth Srinivasan
2005-12-28 15:41 ` Keith Owens
2005-12-28 17:43   ` Jesper Juhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®