mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fix HTML errors in a document
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4065 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -285,19 +285,19 @@
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
You must have already configured Nuttx in <code><some-dir>/nuttx</code>
|
You must have already configured Nuttx in <code><some-dir>/nuttx</code>
|
||||||
<li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Download the buildroot package <code>buildroot-0.x.y</code> into <code><some-dir></code>
|
Download the buildroot package <code>buildroot-0.x.y</code> into <code><some-dir></code>
|
||||||
<li>
|
<li>
|
||||||
<li>
|
</li>
|
||||||
Unpack <code><some-dir>/buildroot-0.x.y.tar.gz</code> using a command like <code>tar zxf buildroot-0.x.y</code>.
|
Unpack <code><some-dir>/buildroot-0.x.y.tar.gz</code> using a command like <code>tar zxf buildroot-0.x.y</code>.
|
||||||
This will result in a new directory like <code><some-dir>/misc/buildroot-0.x.y</code>
|
This will result in a new directory like <code><some-dir>/misc/buildroot-0.x.y</code>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Move this into position: <code>mv <some-dir>/misc/buildroot-0.x.y <code><some-dir>/buildroot</code>
|
Move this into position: <code>mv <some-dir>/misc/buildroot-0.x.y</code><some-dir>/buildroot</code>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<code>cd <code><some-dir>/buildroot</code>
|
<code>cd </code><some-dir>/buildroot</code>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Copy a configuration file into the top buildroot directory: <code>cp configs/abc-defconfig-x.y.z .config</code>.
|
Copy a configuration file into the top buildroot directory: <code>cp configs/abc-defconfig-x.y.z .config</code>.
|
||||||
@@ -342,7 +342,7 @@ any following arguments.
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<code>ldnxflat</code> is use to link your object files along with the <i>thunk</i> file
|
<code>ldnxflat</code> is use to link your object files along with the <i>thunk</i> file
|
||||||
generated by <a href="#mknxflat"><code>mknxflat<code></a> to produce the NXFLAT binary module.
|
generated by <a href="#mknxflat"><code>mknxflat</code></a> to produce the NXFLAT binary module.
|
||||||
See <a href="#making">below</a> for usage.
|
See <a href="#making">below</a> for usage.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user