Fix problem "WARNING: Clock error detected. Your creation may not be complete. "

Source: Internet
Author: User

1, why the project make, there will be "makes: Warning: Clock error detected." Your creation may be incomplete "warning.

2, the reason is that some files in the project modification time than the current system time is still late.

For example, now the system clock time is: December 13, 2013 11:04:45,

And the file you make in the project file is later than this time,

For example, December 13, 2014 11:04:45.


3, the reader can see through the ls-l of which file is the wrong time, it can be the right remedy, direct "touch corresponding file" can solve this problem.

Or the reader can use "Touch *" to update the entire project file time , which can also solve the problem.

4, touch< note 1>, then make the project can normally compile your code.


Note 1:

The touch command can be used to create a file or to update the access time and modification time of an existing file to the current time.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.