On Sun, Jul 07, 2002 at 08:11:47PM -0400, Carlos O'Donell wrote:
hello,
Im writing on a floppy driver for my 712 and want to use kdb,
but when i try to compile the kernel with it, i get errors:
kdb/break.h: No such file or directory
kdb/kgdb_types.h: No such file or directory
kdb/kgdb_machine.h: No such file or directory
kdb/trap.h: No such file or directory
does anybody know where i can get this files ?.
bye
sven
If you haven't already done so, I would recommend getting
a kdb patched source tree from cvs.parisc-linux.org
There is a 'kdb_v21' branch for the 'linux' tree.
cvs co -rkdb_v21 linux
Please take a look at:
http://cvs.parisc-linux.org
Note: That I'm currently working on kdb's stability...
so you might not get something that is as happy as you
expect from other platofrms.
It's a little confusing that there's mention of KDB in the
non-KDB enabled kernel. Under General Options it says
"Kernel Debugger support" which seems (to me) to have the
sole function of generating the above messages :)
patrick