board/sim: Enable hellocxx in loadable config
to test the support of C++ ELF binary Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
9d2dae2fd8
commit
ce7113387b
|
@ -18,9 +18,12 @@ CONFIG_DEBUG_FEATURES=y
|
|||
CONFIG_DEBUG_SYMBOLS=y
|
||||
CONFIG_ELF=y
|
||||
CONFIG_EXAMPLES_HELLO=m
|
||||
CONFIG_EXAMPLES_HELLOXX=m
|
||||
CONFIG_EXECFUNCS_HAVE_SYMTAB=y
|
||||
CONFIG_FS_HOSTFS=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_HAVE_CXX=y
|
||||
CONFIG_HAVE_CXXINITIALIZE=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=4096
|
||||
CONFIG_INIT_FILE=y
|
||||
CONFIG_INIT_FILEPATH="/system/bin/nsh"
|
||||
|
|
Loading…
Reference in New Issue