make: Warning: File ‘src/avr/Makefile’ has modification time 10035467 s in the future.
Any idea what error is this ??
System details : Pi Zero w v1.1, MKS Gen v1.4
Log file attached:
klippy_pizero_timeissue.log (45.1 KB)
Note:
- Updated time zone of the system and pi
- System file up to date
Log file attached.
These errors do not appear in the log.
Have you checked the internal clock of the Pi?
Are you sure about this?
[mcu]
serial = /dev/ttyACM0
https://www.klipper3d.org/Installation.html
its a old config file, i will change it once the make menuconfig is done.
1 Like
Somehow your makefile is dated from the future, couple of ways this could happen and itself not an issue, but make sure you make clean
before make
so that you clean any cached compiled files otherwise files might be inadvertently skipped when compiling.
2 Likes