在虚拟机中编译make编译文件是遇到的问题:
make[1]: Warning: File ‘study/sys/main.d’ has modification time 0.13 s in the future
make[1]: warning: Clock skew detected. Your build may be incomplete.
遇到问题时的条件:
编译路径:虚拟机共享目录
虚拟机时间设置:
【gcc编译遇到的问题】make[1]: warning: Clock skew detected. Your build may be incomplete.
这里时间是自动模式,但是由于虚拟机同步主机的时间会有延迟,则会导致这个警告出现。

解决方法:

把虚拟机时间调整比主机提前几秒就可以解决。
【gcc编译遇到的问题】make[1]: warning: Clock skew detected. Your build may be incomplete.

相关文章:

  • 2021-06-12
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-11-17
  • 2021-04-10
  • 2021-06-23
猜你喜欢
  • 2021-04-08
  • 2021-07-31
  • 2021-06-10
  • 2021-10-19
  • 2021-05-23
  • 2022-01-30
  • 2022-01-09
相关资源
相似解决方案