BUILDXL [ HP Link Editor/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Link Editor/XL Reference Manual
BUILDXL
This command builds and initializes a new executable library. The new
library becomes the current (working) executable library for subsequent
interactive commands.
Syntax
BUILDXL XL= xl_file
[;LIMIT= max_modules]
Parameters
xl_file Names the executable library to be created (it is
created with filecode NMXL). The name must conform to
the MPE XL file naming conventions. If the file
already exists, the link editor ignores the command
and prints an error message.
max_modules Specifies the maximum number of relocatable object
modules that the executable library can contain. The
maximum number that you can enter is 400000.
Default: 500.
Examples
LinkEd> BUILDXL XL=FILEREAD;LIMIT=200
This command creates an executable library called FILEREAD that can
contain a maximum of 200 executable modules.
LinkEd> BUILDXL XL=FILEIO
This command creates an executable library called FILEIO that can contain
a maximum of 500 executable modules.
MPE/iX 5.0 Documentation