General Information
Tutorials
Reference Manuals
Libraries
Translation Tasks
Tools
Administration
|
Eli User Interface Reference ManualBringing Objects Up To Date
A command consisting simply of an odin-expression requests Eli to
bring the object named by the odin-expression up to
date and report information (such as error and warning messages
produced by tool steps that were run) concerning the object's status.
The level of detail of this information is controlled by the value of the
Status of Objects
Associated with each object is a status level,
where the status level is one of
The status of a given derived object depends on
the results of the tools that produced that object.
If any tool generated warning messages,
the status level of the given object is at most
The status of a source object is
Error and Warning MessagesThe warning or error messages produced by all tool invocations are saved by Eli. The difference between an error and a warning is that an error prevents the tool from generating its output, while a warning indicates that although output was generated, it might be faulty. An example of an error message from a loader is:
Unsatisfied external reference: "proc1". An example of a warning message from a loader is:
Multiply defined external: "proc2", first copy loaded.
A text file containing a summary of all error messages for an object
can be obtained by applying the
prog.c :exe :err
Here file
The
prog.c :exe :error prog.c :exe :warning prog.c :exe :help
|