Discussion:
warning: Clock skew detected.
David St-Onge
2004-07-06 18:22:21 UTC
Permalink
Hi all! I'm somehow new to rtai and I just installed rtai-3.1-test2. My
computer is a intel P4, dual boot XP and gentoo dist. I patched, configure,
make and install all without error a 2.6.4 kernel. Here's my problem:
When I try to make rtai, appear some errors about the clock:

make[3]:Warning: File `GNUmakefile' has modification time 2.4e+06 s in the
future
make: warning: Clock skew detected. Your build may be incomplete.

and the modules dir contain only .ko files (any .o). I tried to set the clock
with date and remake, but the same thing appens. I also found that each time I
reboot, the clock apear to change and I always have to put it back to the rel
time.

Thanks to help
Gilles Chanteperdrix
2004-07-06 18:27:15 UTC
Permalink
Post by David St-Onge
make[3]:Warning: File `GNUmakefile' has modification time 2.4e+06 s in the
future
make: warning: Clock skew detected. Your build may be incomplete.
This has nothing to do with RTAI, but :

make clean
--
Gilles Chanteperdrix.
Hannes Mayer
2004-07-06 19:12:48 UTC
Permalink
Post by Gilles Chanteperdrix
Post by David St-Onge
make[3]:Warning: File `GNUmakefile' has modification time 2.4e+06 s in the
future
make: warning: Clock skew detected. Your build may be incomplete.
make clean
..and set your clock again and then "make"

We had that problem in the company too (compiling something different) and
make clean, set the clock and "make" worked.

Best regards,
Hannes.
stephen
2004-07-07 06:44:05 UTC
Permalink
Hi,

it sounds as if you have a problem with your bios battery? you say each time
you reboot your system clock changes? does it say 00:00:00 1st january 1970
<-- i think thats the time, as I had a similar problem when compiling on
some 'batterey-less' hardware, it was just a case of fixing the clock in the
bios before i booted into the system.

kind regards

Stephen
----- Original Message -----
From: "David St-Onge" <david.st-***@polymtl.ca>
To: <***@rtai.org>
Sent: Tuesday, July 06, 2004 7:22 PM
Subject: warning: Clock skew detected.
Post by David St-Onge
Hi all! I'm somehow new to rtai and I just installed rtai-3.1-test2. My
computer is a intel P4, dual boot XP and gentoo dist. I patched, configure,
make[3]:Warning: File `GNUmakefile' has modification time 2.4e+06 s in the
future
make: warning: Clock skew detected. Your build may be incomplete.
and the modules dir contain only .ko files (any .o). I tried to set the clock
with date and remake, but the same thing appens. I also found that each time I
reboot, the clock apear to change and I always have to put it back to the rel
time.
Thanks to help
_______________________________________________
RTAI mailing list
https://mail.rtai.org/cgi-bin/mailman/listinfo/rtai
Spielmann Werner
2004-07-07 12:49:36 UTC
Permalink
Hello!
Post by David St-Onge
make[3]:Warning: File `GNUmakefile' has modification time 2.4e+06 s in the
future
make: warning: Clock skew detected. Your build may be incomplete.
Are you using a NFS file server for your source files?
If so you perhaps have different times on your local workstation and on the
server. You should synchronize them (for instance by xntp).

Kind regards

Werner

Loading...