We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
We get the following errors (8 out of 10 times) when trying to compile (the samplecode) Error C3397E - System clock has been set back or Error L0589E - System clock has been set back or Error A0594E - System clock has been set back
We installed the same version
<mdk304.exe size: 68.130.552 byte> IDE-Version: µVision3 V3.50 Copyright (c) Keil Elektronik GmbH / Keil Software, Inc. 1995 - 2007
on a second (identical!) computer There the problem does not occur.
Unfortunately i need the second machine for other tasks, so i need to run the µVision3 compiler on the one not working :-( Does anybody has a clue how to get rid of those "System clock has been set back" messages?
- Arndt
p.s. We only use local file system and no network drive.
Are you running on a networked drive?
A number of make programs will complain about clock skew if you compile on a network drive, and the two machines doesn't have very exactly synchronized clocks.
The clock on PC you work on is used to check which files that requires to be recompiled.
The clock on the server machine is used to stamp the change date on the output files.
If the server clock is less than the workstation clock, the tool can create an output file with a change date less than the input source file.
Nope... It is installed in C:\KEIL and the used example is under C:\Keil\ARM\RV30\Examples\Measure
may it be a ".DLL" inkompatibility?