[LinuxPPS] 2.6.24.3 errors

Rodolfo Giometti giometti at enneenne.com
Tue Mar 4 16:11:33 CET 2008


On Tue, Mar 04, 2008 at 04:03:17PM +0100, Udo van den Heuvel wrote:
> Rodolfo Giometti wrote:
> >> [root at epia pps]# ls -al
> >> total 48
> >> drwxr-xr-x  3 root root 4096 2008-03-03 13:11 .
> >> drwxr-xr-x 77 root root 4096 2008-03-03 13:14 ..
> >> -rw-r--r--  1 root root  257 2008-03-03 13:11 built-in.o
> >> -rw-r--r--  1 root root  120 2008-03-03 13:11 .built-in.o.cmd
> >> drwxr-xr-x  2 root root 4096 2008-03-03 13:11 clients
> >> -rw-r--r--  1 root root 6441 2008-03-03 11:57 kapi.c
> >> -rw-r--r--  1 root root 1012 2008-03-03 11:57 Kconfig
> >> -rw-r--r--  1 root root  165 2008-03-03 11:57 Makefile
> >> -rw-r--r--  1 root root 7659 2008-03-03 11:57 pps.c
> >> -rw-r--r--  1 root root 3332 2008-03-03 11:57 sysfs.c
> >>
> >> See?
> >> Somthing in the dependencies thing is wrong, I think.
> >> So not all parts are built and the error results.
> >> How come?
> > 
> > Yes, the PPS support is not compiled... can you please post the
> > Makefile and the PPS settings into your .config?
> 
> [root at epia pps]# cat Makefile
> #
> # Makefile for the PPS core.
> #
> 
> pps_core-y                      := pps.o kapi.o sysfs.o
> obj-$(CONFIG_PPS)               := pps_core.o
> obj-y                           := clients/
> 
> ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
> 
> 
> [root at epia linux]# grep PPS .config
> # PPS support
> CONFIG_PPS=y
> # CONFIG_PPS_DEBUG is not set
> # PPS clients support
> CONFIG_PPS_CLIENT_KTIMER=m
> CONFIG_PPS_CLIENT_UART=y
> # CONFIG_PPS_CLIENT_LP is not set
> 
> Any ideas?

Please, verify that you have:

giometti at zaigor:~/Projects/LinuxPPS$ grep pps drivers/Makefile
obj-$(CONFIG_PPS)		+= pps/

Ciao,

Rodolfo

-- 

GNU/Linux Solutions                  e-mail:    giometti at enneenne.com
Linux Device Driver                             giometti at gnudd.com
Embedded Systems                     		giometti at linux.it
UNIX programming                     phone:     +39 349 2432127



More information about the LinuxPPS mailing list