Good afternoon,
I'm not able to compile new software made in C. when I enter the make command the answer is:
"make: Warning: File 'Makefile' has modification time 743445599 s in the future
....
....
...
make: warning: Clock skew detected. Your build may be imcomplete"
And indeed, it haven`t build at all.
Thanks for your support.
Samir
Makefile modification time
Re: Makefile modification time
Hi Samir,
it looks like your clock is not set correctly. Check the output of the date command and make sure, that NTP (systemd-timesyncd) is configured correctly. If the RevPi has no connection to the internet, you have to set the correct time yourself and use a tool like fakehwclock to persist the settings accross power cycles.
Nicolai
it looks like your clock is not set correctly. Check the output of the date command and make sure, that NTP (systemd-timesyncd) is configured correctly. If the RevPi has no connection to the internet, you have to set the correct time yourself and use a tool like fakehwclock to persist the settings accross power cycles.
Nicolai
Re: Makefile modification time
hi, yes you should check your system time and the modification time of the Makefile i.e. by using this commands
- ls -l Makefile
- date
- timedatectl
-
- Posts: 2
- Joined: 05 Feb 2020, 16:25
Re: Makefile modification time
Thanks for your fast response! Yes, I got access to internet and apply all the updates in the system and worked.
Bests!
Bests!