summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-12 12:48:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-12 12:48:22 -0600
commit939eb11d4bd5f3d1abcb397ffbcbea8a1f12f46a (patch)
treeacd6868eb0e21638d1d47b34b1054a9987fe7989 /nuttx/configs/sim
parent6f24cca893d475106749cedaa10c0bcf70a6a746 (diff)
downloadnuttx-939eb11d4bd5f3d1abcb397ffbcbea8a1f12f46a.tar.gz
nuttx-939eb11d4bd5f3d1abcb397ffbcbea8a1f12f46a.tar.bz2
nuttx-939eb11d4bd5f3d1abcb397ffbcbea8a1f12f46a.zip
Having a symbol table is an option. There are no symbol tables with CONFIG_BUILD_KERNEL, for example.
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/nsh/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/sim/nsh/defconfig b/nuttx/configs/sim/nsh/defconfig
index 263a28303..1523139b8 100644
--- a/nuttx/configs/sim/nsh/defconfig
+++ b/nuttx/configs/sim/nsh/defconfig
@@ -409,6 +409,7 @@ CONFIG_LIB_RAND_ORDER=1
# CONFIG_EOL_IS_BOTH_CRLF is not set
CONFIG_EOL_IS_EITHER_CRLF=y
CONFIG_LIBC_EXECFUNCS=y
+CONFIG_EXECFUNCS_HAVE_SYMTAB=y
CONFIG_EXECFUNCS_SYMTAB="g_symtab"
CONFIG_EXECFUNCS_NSYMBOLS=0
CONFIG_POSIX_SPAWN_PROXY_STACKSIZE=1024