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:
Xiang Xiao 2022-05-14 20:04:38 +08:00 committed by Petro Karashchenko
parent 9d2dae2fd8
commit ce7113387b
1 changed files with 3 additions and 0 deletions

View File

@ -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"