KBEA-Error Code EC1010

Article ID:360032830932
1 minute readKnowledge base

Summary

Unknown history mode: "[ec:bad]"

Valid modes are: 'read', 'create', 'merge'

Description

Electric Make (eMake) allows you to control the manner in which the history file will be used by the build.

  • Read mode means that eMake reads the history file if present but not update it when the build finishes.

  • Create mode means that eMake reads the history file if present and replaces it with a new history file containing only the discovered dependencies from the current build when the build finishes.

  • Merge mode means that eMake reads the history file if present and add discovered dependencies from the current build when the build finishes, if those dependencies are not already present in the history file.

You may explicitly choose which of these modes to use with the --emake-history command-line option.

Reasons

An invalid value is specified for the --emake-history command-line option.

Fixes

Correct the value for the --emake-history command-line option. Valid values are read , create and merge.