Optional canned symtab inclusion to the build. When option CONFIG_LIBC_SYMTAB is selected and symbol table file libc/symtab/canned_symtab.inc is prepared then application can use system provided complete symbol table. The option has substantial effect on system image size. Mainly code/text. If loading of applications at runtime is not planned do not select this. From Pavel Pisa.

This commit is contained in:
Pavel Pisa
2015-08-23 08:38:58 -06:00
committed by Gregory Nutt
parent ad5448d9b4
commit 81a257eeb0
9 changed files with 255 additions and 0 deletions
+2
View File
@@ -1513,6 +1513,8 @@ nuttx/
|- lib/
| `- README.txt
|- libc/
| |- symtab/
| | `- README.txt
| `- README.txt
|- libnx/
| `- README.txt