起因
我在嵌入式Linux开发板上编译库的时候,报出当前系统时间先于文件创建时间的问题。
解决方法
使用ntp来进行联网获取时间。
访问:
https://www.ntp.org/
在download页面下载安装:
./configure
make
make install
这样就会有ntpdate
这个指令。
时间源
可以从阿里云ntp服务器获取。
https://help.aliyun.com/document_detail/92704.html
ntp.aliyun.com
ntp1.aliyun.com
ntp2.aliyun.com
指令
ntpdate ntp.aliyun.com
结果检测
date