Sample nld and noft Session
nld and noft Manual — 520384-003
A- 7
nld Command Examples
nld Command Examples
Example A-9
is a multiline TACL command that runs
nld
with the options used to
make an executable user library called UTILLIB.
The program UTILLIB is executable, but it does not have a main function. The SRL
libraries ZCRESRL and ZCRTLSRL allow
nld
to link functions to the correct
addresses in the SRLs. The flag
-ul
tells
nld
to use user library address range for the
functions.
Example A-10
is a multiline TACL command that runs
nld
with the options used to link
the modules of the
Example Program
on page A-1 and make the program executable
with the name EXAMPLE1.
The command in
Example A-10
includes the module CRTLMAIN (C run-time library
main), which C programs need to give the program an executable main function. The
SRL libraries ZCRESRL and ZCRTLSRL allow
nld
to link function calls to the correct
addresses in the SRLs. The full name of the user library is also included to allow
nld
to make the correct address link to the functions.
Example A-9. Linking an Executable User Library
nld utilo &
&-l zcresrl -l zcrtlsrl &
&-o utillib -set inspect on -ul
Example A-10. Linking a Program File
nld module1o module2o maino $system.system.crtlmain &
&-l zcresrl -l zcrtlsrl &
&-o example1 -set inspect on -libname $D0117.CRGMAN.UTILLIB
Содержание nld
Страница 12: ...Contents nld and noft Manual 520384 003 x ...
Страница 16: ...What s New in This Manual nld and noft Manual 520384 003 xiv Miscellaneous ...
Страница 22: ...About This Manual nld and noft Manual 520384 003 xx Change Bar Notation ...
Страница 28: ...Introduction to the Utilities nld and noft Manual 520384 003 1 6 strip ...
Страница 60: ...nld Utility nld and noft Manual 520384 003 2 32 Declaration and Definition ...
Страница 78: ...nld Options nld and noft Manual 520384 003 3 18 y ...
Страница 90: ...noft Utility nld and noft Manual 520384 003 4 12 Debugging With noft ...
Страница 150: ...strip Utility nld and noft Manual 520384 003 7 2 ...
Страница 160: ...Converting From Binder to nld and noft nld and noft Manual 520384 003 9 8 Comparing Binder Commands to noft Options ...
Страница 242: ...nld Diagnostic Messages nld and noft Manual 520384 003 10 82 Informational Messages ...
Страница 278: ...noft Diagnostic Messages nld and noft Manual 520384 003 11 36 Syntax Errors ...
Страница 286: ...ar Diagnostic Messages nld and noft Manual 520384 003 12 8 ...
Страница 314: ...Sample nld and noft Session nld and noft Manual 520384 003 A 28 LISTSRLFIXUPS ...
Страница 330: ...Index nld and noft Manual 520384 003 Index 10 Special Characters ...