Compiles and links third party udi drivers and metas.
udibuild [ -a ] [ -g | -o ] [ -D Name [ = Def ] ] [ -U Name ] [ -T Directory ] [ -v ] [ udiprops.txt... ]
The udibuild command reads a udiprops.txt file describing a udi driver or udi meta, compiles, and links the source files into a udi module. By default, the udibuild command looks for a udiprops.txt file in the local directory if not specified on the command line. Errors are listed to stderr.
A local compiler must be installed. The udibuild command by default uses the compiler defined by the user environment variable UDI_CC. If UDI_CC is not defined, the command checks if /usr/bin/cc exists. A local linker must be installed. The command by default uses the linker defined by the user environment variable UDI_LD. If UDI_LD is not defined, the command checks if /usr/bin/ld exists.
This command is supported only on the Itanium-based platform. It is not supported on POWER-based platforms.
This command returns the following exit values:
0 | The udi module files were successfully created. |
1 | An error occurred. An error message is listed to stderr. |
udibuild
udibuild -v
udibuild -T/tmp
udibuild ./nic/udiprops.txt ./scsi/udiprops.txt
udibuild mydriver_rev1.txt mydriver_rev2.txt
/usr/sbin/udibuild |
The udimkpkg command, udisetup command.