During Linux kernel compilation, a warning is displayed:
Check
Clock error detected. Your creation may be incomplete.
Cause:
I paused once during kernel compilation, modified the system time, and changed the system time to the previous time, for example, the system time during kernel compilation.
It was, and I changed it. After the compilation is interrupted, the following warning is prompted when the kernel is re-compiled:
[Root @ localhost linux-2.6.9] # Make clean
Make: Warning: File '. config. cmd' has modification time 2.7e + 04 s in the future
Make [1]: Warning: file 'drivers/makefile' has modification time 2.7e + 04 s in the future
Make [1]: Warning: A clock error is detected. Your creation may be incomplete.
Make: Warning: A clock error is detected. Your creation may be incomplete.
Compile timeProgramThe file modification time is coming soon after the current time, so this warning is reported. Solution: (1) Change the current time
For the standard time (2) enter the kernel program directory and execute the following command:
Find.-Type F-exec touch {}/;
Then re-compile the kernel