📄 nlmconv.html
字号:
<html lang="en">
<head>
<title>GNU Binary Utilities</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Binary Utilities">
<meta name="generator" content="makeinfo 4.3">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
</head>
<body>
<div class="node">
<p>
Node:<a name="nlmconv">nlmconv</a>,
Next:<a rel="next" accesskey="n" href="windres.html#windres">windres</a>,
Previous:<a rel="previous" accesskey="p" href="addr2line.html#addr2line">addr2line</a>,
Up:<a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr><br>
</div>
<h2 class="chapter">nlmconv</h2>
<p><code>nlmconv</code> converts a relocatable object file into a NetWare
Loadable Module.
<blockquote>
<em>Warning:</em> <code>nlmconv</code> is not always built as part of the binary
utilities, since it is only useful for NLM targets.
</blockquote>
<pre class="smallexample"> nlmconv [<code>-I</code> <var>bfdname</var>|<code>--input-target=</code><var>bfdname</var>]
[<code>-O</code> <var>bfdname</var>|<code>--output-target=</code><var>bfdname</var>]
[<code>-T</code> <var>headerfile</var>|<code>--header-file=</code><var>headerfile</var>]
[<code>-d</code>|<code>--debug</code>] [<code>-l</code> <var>linker</var>|<code>--linker=</code><var>linker</var>]
[<code>-h</code>|<code>--help</code>] [<code>-V</code>|<code>--version</code>]
<var>infile</var> <var>outfile</var>
</pre>
<p><code>nlmconv</code> converts the relocatable <code>i386</code> object file
<var>infile</var> into the NetWare Loadable Module <var>outfile</var>, optionally
reading <var>headerfile</var> for NLM header information. For instructions
on writing the NLM command file language used in header files, see the
<code>linkers</code> section, <code>NLMLINK</code> in particular, of the <cite>NLM
Development and Tools Overview</cite>, which is part of the NLM Software
Developer's Kit ("NLM SDK"), available from Novell, Inc.
<code>nlmconv</code> uses the <small>GNU</small> Binary File Descriptor library to read
<var>infile</var>;
see <a href="../ld.info/BFD.html#BFD">BFD</a>, for more information.
<p><code>nlmconv</code> can perform a link step. In other words, you can list
more than one object file for input if you list them in the definitions
file (rather than simply specifying one input file on the command line).
In this case, <code>nlmconv</code> calls the linker for you.
<dl>
<dt><code>-I </code><var>bfdname</var><code></code>
<dd><dt><code>--input-target=</code><var>bfdname</var><code></code>
<dd>Object format of the input file. <code>nlmconv</code> can usually determine
the format of a given file (so no default is necessary).
See <a href="Target-Selection.html#Target%20Selection">Target Selection</a>, for more information.
<br><dt><code>-O </code><var>bfdname</var><code></code>
<dd><dt><code>--output-target=</code><var>bfdname</var><code></code>
<dd>Object format of the output file. <code>nlmconv</code> infers the output
format based on the input format, e.g. for a <code>i386</code> input file the
output format is <code>nlm32-i386</code>.
See <a href="Target-Selection.html#Target%20Selection">Target Selection</a>, for more information.
<br><dt><code>-T </code><var>headerfile</var><code></code>
<dd><dt><code>--header-file=</code><var>headerfile</var><code></code>
<dd>Reads <var>headerfile</var> for NLM header information. For instructions on
writing the NLM command file language used in header files, see see the
<code>linkers</code> section, of the <cite>NLM Development and Tools
Overview</cite>, which is part of the NLM Software Developer's Kit, available
from Novell, Inc.
<br><dt><code>-d</code>
<dd><dt><code>--debug</code>
<dd>Displays (on standard error) the linker command line used by <code>nlmconv</code>.
<br><dt><code>-l </code><var>linker</var><code></code>
<dd><dt><code>--linker=</code><var>linker</var><code></code>
<dd>Use <var>linker</var> for any linking. <var>linker</var> can be an absolute or a
relative pathname.
<br><dt><code>-h</code>
<dd><dt><code>--help</code>
<dd>Prints a usage summary.
<br><dt><code>-V</code>
<dd><dt><code>--version</code>
<dd>Prints the version number for <code>nlmconv</code>.
</dl>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -