PowerAda 36

From OC Systems Wiki!
< PowerAda:APPENDIX C. Implementation Characteristics‎ | Annex M
Revision as of 09:54, 24 April 2019 by imported>WikiVisor
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

(36) The mechanisms for building and running partitions.

See 10.2(24).

The ada command runs the compiler.Additional tools (e.g., abuild, powerada) are provided for automatically invoking the ada command on groups of source files.

The compiler will automatically call the AIX linkage editor program, ld, when you specify the -m or -b options to the ada command. Both of these options cause the compiler to generate an executable file with a default file name of a.out without requiring you to perform any linking operations.