| www.delorie.com/gnu/docs/gcc/gnat_ug_64.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following switches provide control over the generation of error messages from the binder:
^-v^/REPORT_ERRORS=VERBOSE^
^-b^/REPORT_ERRORS=BRIEF^
^-v^/REPORT_ERRORS=VERBOSE^ switch.
-mn
-Mxxx
main to xxx.
This is useful in the case of some cross-building environments, where
the actual main program is separate from the one generated
by gnatbind.
^-ws^/WARNINGS=SUPPRESS^
^-we^/WARNINGS=ERROR^
^-t^/NOTIME_STAMP_CHECK^
GNAT were used for compilation
Normally failure of such checks, in accordance with the consistency requirements of the Ada Reference Manual, causes error messages to be generated which abort the binder and prevent the output of a binder file and subsequent link to obtain an executable.
The ^-t^/NOTIME_STAMP_CHECK^ switch converts these error messages
into warnings, so that
binding and linking can continue to completion even in the presence of such
errors. The result may be a failed link (due to missing symbols), or a
non-functional executable which has undefined semantics.
This means that
^-t^/NOTIME_STAMP_CHECK^ should be used only in unusual situations,
with extreme care.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |