[LinuxPPS] 2.6.24.3 errors

Udo van den Heuvel udovdh at xs4all.nl
Tue Mar 4 16:03:17 CET 2008


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?



More information about the LinuxPPS mailing list