Dear All
During compilation I faced to following massage
mv a.out roms
make Clock skew detected. Your build may be incomplete.
I know by "make clean" for the other compiler can fix above massage, in the roms case is not correct.
is anybody know how can I solve this warning massage.
High appritiate
F.Daryabor
This is usually due to your computer time clock not being synced with remote computer that is storing your source code. If you are in a Linux environment, look in to running ntpd on both/all machines to keep your clocks synced.
This warning can be ignored if you do make clean before make or use the build script WITHOUT the -noclean flag.