Next: Linking with gnatlink, Previous: Linker Switches, Up: Building Executable Programs with GNAT [Contents][Index]
gnatbind
This chapter describes the GNAT binder, gnatbind
, which is used
to bind compiled GNAT objects.
The gnatbind
program performs four separate functions:
gnatlink
. The two most important
functions of this program
are to call the elaboration routines of units in an appropriate order
and to call the main program.
gnatlink
utility used to link the Ada application.
• Running gnatbind: | ||
• Switches for gnatbind: | ||
• Command-Line Access: | ||
• Search Paths for gnatbind: | ||
• Examples of gnatbind Usage: | ||
Next: Linking with gnatlink, Previous: Linker Switches, Up: Building Executable Programs with GNAT [Contents][Index]