make: warning: Clock skew detected. Your build may be incomplete.

When I make also appeared the same problem, but not a big problem, this does not affect compile the results, but obsessive-compulsive disorder is still hoping to get rid of

the analysis may be due to:
files on the server last modification time is later than the current clock

to solve way:
with a touch command to change about the source timestamp
find -type f -exec touch {} \ ;.

or

touch * it over and then recompile

 

If the second measurement method does not help, you can re-try the first method, the two methods are not the same thing.

Guess you like

Origin www.cnblogs.com/long5683/p/11111238.html