Results 1 to 2 of 2
I am writing a module in the linux kernel. I can use printk to trace the output. However, I have to compile it and then load the module. Finally write ...
- 11-09-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 43
How to debug module ?
I am writing a module in the linux kernel. I can use printk to trace the output. However, I have to compile it and then load the module. Finally write an application to call it. Until then I can see the printk output...
need much time......Any advice on it? bunches of thanks........
---flyingman
- 11-09-2004 #2
try gdb
-lakerdonaldCode:man gdb


Reply With Quote
