Results 1 to 1 of 1
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
08-21-2011 #1
- Join Date
- Aug 2011
- Posts
- 0
device driver dependence on kernel in ubuntu 11.04
Get the following error message on the inclusion:
../mydriver.c:1:26: fatal error: linux/module.h: No such file or directory
compilation terminated.
Seems no matter what I do, the I.D.E can't find the headers used in code. Surely the development kernel header are installed on the systems and all include libraries are set in eclipse. Using makefile generated by eclipse. Tried to replace with makefile offered in the net but it totally refuses to work.
What could be possibly done?