EC1064

1 minute readReference

Synopsis

WARNING EC1064: Unable to modify the file times of dirpath: [OS error message]

Description

In the process of committing build results to disk (here, explicitly setting the timestamps of a directory created during the build), Electric Make (eMake) was unable to modify the file times. The OS error message provides the specific cause of the failure.

Reasons

Because the error involves an external system in this context (the filesystem on the eMake host), the list of possible causes for this error is virtually limitless: a corrupted filesystem; hardware failure; insufficient permissions; and so on. Refer to the specific OS error message to determine the cause of the failure.

One possible cause for this error is that another process has modified the build output area while eMake is running. This can lead to unpredictable results and should be avoided if possible.

Fixes

The fix depends on the cause of the error.