This section gives the compiler messages which are not fatal, but which display useful information. The number of such messages can be controlled with the various verbosity level -v switches.
When the -vt switch is used, this line tells you what compiler is used.
When the -vd switch is used, this line tells you what the source operating system is.
When the -vd switch is used, this line tells you what the target operating system is.
When the -vt switch is used, this line tells you where the compiler looks for its binaries.
When the -vt switch is used, this line tells you where the compiler looks for compiled
units. You can set this path with the -Fu option.
When the -vt switch is used, this line tells you where the compiler looks for its include
files (files used in {$I xxx} statements). You can set this path with the -Fi option.
When the -vt switch is used, this line tells you where the compiler looks for the
libraries. You can set this path with the -Fl option.
When the -vt switch is used, this line tells you where the compiler looks for object
files you link in (files used in {$L xxx} statements). You can set this path with the
-Fo option.
When the -vi switch is used, the compiler reports the number of lines compiled, and
the time it took to compile them (real time, not program time).
The compiler doesn’t have enough memory to compile your program. There are several
remedies for this:
If you’re using the build option of the compiler, try compiling the different units manually.
If you’re compiling a huge program, split it up into units, and compile these separately.
If the previous two don’t work, recompile the compiler with a bigger heap. (You can use the -Ch option for this, -Ch (see page 114).)
This message is shown when the compiler writes the Resource String Table file containing all
the resource strings for a program.
This message is shown when the compiler encounters an error when writing the Resource
String Table file.
During compilation an I/O error happened which allows no further compilation.
During compilation an operating system error happened which allows no further compilation.
When the -vt switch is used, this line tells you what unit scopes (namespaces) the compiler
is using when looking up units. You can add a unit scope with the -FN option.
When the -Ft switch is used, this line informs you that the compiler will not look for
uppercased filenames or 8.3 conforming filenames.
When the -vt switch is used, this line tells you where the compiler looks for compiled units.
You can set this path with the {$UNITPATH xxx} directive.
When the -vt switch is used, this line tells you where the compiler looks for its include files
(files used in {$I xxx} statements). You can set this path with the {$INCLUDEPATH xxx}
directive.
When the -vt switch is used, this line tells you where the compiler looks for the libraries.
You can set this path with the {$LIBRARYPATH xxx} directive.
When the -vt switch is used, this line tells you where the compiler looks for object files you
link in (files used in {$L xxx} statements). You can set this path with the {$OBJECTPATH
xxx} directive.