mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Various changes associated with symbol tables. Most from Pelle Windestam
This commit is contained in:
@@ -407,7 +407,10 @@ any following arguments.
|
|||||||
<code>nuttx/syscall/syscall.csv</code> that describes the NuttX RTOS interface, and
|
<code>nuttx/syscall/syscall.csv</code> that describes the NuttX RTOS interface, and
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<code>nuttx/libc/lib.csv</code> that describes the NuttX C library interface.
|
<code>nuttx/libc/libc.csv</code> that describes the NuttX C library interface.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<code>nuttx/libc/math.cvs</code> that descirbes any math library.
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<ul><pre>
|
<ul><pre>
|
||||||
@@ -424,7 +427,7 @@ Where:
|
|||||||
</p>
|
</p>
|
||||||
<ul><pre>
|
<ul><pre>
|
||||||
cd nuttx/tools
|
cd nuttx/tools
|
||||||
cat ../syscall/syscall.csv ../libc/lib.csv | sort >tmp.csv
|
cat ../syscall/syscall.csv ../libc/libc.csv | sort >tmp.csv
|
||||||
./mksymtab.exe tmp.csv tmp.c
|
./mksymtab.exe tmp.csv tmp.c
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user