Trouble building module with adjtimex(...)
jchludzinski_at_gmail.com
Date: 09/19/05
- Previous message: Kasper Dupont: "Re: Trouble building module with adjtimex(...)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Sep 2005 13:05:39 -0700
I'm having trouble building a module (driver) that references
adjtimex(...). The canonical procedure for building modules seems (I'm
a newbie) to be to create a Makefile with something like:
obj-m += module-name.o
all:
$(MAKE) -C/lib/modules/$(shell uname -r)/build M=$(PWD) modules
This (of course) calls the Makefile in: /lib/modules/$(shell uname
-r)/build, which is autogenerated - no editing. The result:
/home/jski/handler/gpsdevdrvr.c:5:23: sys/timex.h: No such file or
directory
Any ideas?
---John
- Previous message: Kasper Dupont: "Re: Trouble building module with adjtimex(...)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|