mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
tools/README.txt: Update to show new usage of mksymtab.
This commit is contained in:
+8
-4
@@ -274,13 +274,17 @@ mksymtab.c, cvsparser.c, and cvsparser.h
|
||||
value (CSV) files. This tool is not used during the NuttX build, but
|
||||
can be used as needed to generate files.
|
||||
|
||||
USAGE: ./mksymtab <cvs-file> <symtab-file>
|
||||
USAGE: ./mksymtab [-d] <cvs-file> <symtab-file> [<symtab-name> [<nsymbols-name>]]
|
||||
|
||||
Where:
|
||||
|
||||
<cvs-file> : The path to the input CSV file
|
||||
<symtab-file>: The path to the output symbol table file
|
||||
-d : Enable debug output
|
||||
<cvs-file> : The path to the input CSV file (required)
|
||||
<symtab-file> : The path to the output symbol table file (required)
|
||||
<symtab-name> : Optional name for the symbol table variable
|
||||
Default: "g_symtab"
|
||||
<nsymbols-name> : Optional name for the symbol table variable
|
||||
Default: "g_nsymbols"
|
||||
-d : Enable debug output
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user