This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit ce7113387bae0905ec79730b7e7453a678510f76 Author: Xiang Xiao <[email protected]> AuthorDate: Sat May 14 20:04:38 2022 +0800 board/sim: Enable hellocxx in loadable config to test the support of C++ ELF binary Signed-off-by: Xiang Xiao <[email protected]> --- boards/sim/sim/sim/configs/loadable/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/sim/sim/sim/configs/loadable/defconfig b/boards/sim/sim/sim/configs/loadable/defconfig index be349013a4..08287e76de 100644 --- a/boards/sim/sim/sim/configs/loadable/defconfig +++ b/boards/sim/sim/sim/configs/loadable/defconfig @@ -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"
