xiaoxiang781216 commented on issue #16775: URL: https://github.com/apache/nuttx/issues/16775#issuecomment-3126253132
why do you think it need signification work? CI already enable libcxx on many arch/board, you just need follow them: ``` boards/risc-v/mpfs/icicle/configs/knsh/defconfig:61:CONFIG_LIBCXX=y boards/risc-v/bl602/bl602evb/configs/elf/defconfig:59:CONFIG_LIBCXX=y boards/risc-v/esp32c3-legacy/esp32c3-devkit/configs/cxx/defconfig:29:CONFIG_LIBCXX=y boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig:74:CONFIG_LIBCXX=y boards/risc-v/qemu-rv/rv-virt/configs/libcxx/defconfig:43:CONFIG_LIBCXX=y boards/risc-v/qemu-rv/rv-virt/configs/libcxx64/defconfig:43:CONFIG_LIBCXX=y boards/sim/sim/sim/configs/citest/defconfig:70:CONFIG_LIBCXX=y boards/sim/sim/sim/configs/matter/defconfig:50:CONFIG_LIBCXX=y boards/sim/sim/sim/configs/libcxxtest/defconfig:46:CONFIG_LIBCXX=y boards/sim/sim/sim/configs/tflm/defconfig:34:CONFIG_LIBCXX=y boards/sim/sim/sim/configs/binder/defconfig:60:CONFIG_LIBCXX=y boards/xtensa/esp32/esp32-devkitc/configs/cxx/defconfig:31:CONFIG_LIBCXX=y boards/xtensa/esp32s3/esp32s3-devkit/configs/cxx/defconfig:34:CONFIG_LIBCXX=y boards/xtensa/esp32s2/esp32s2-saola-1/configs/cxx/defconfig:31:CONFIG_LIBCXX=y boards/arm/imx6/sabre-6quad/configs/libcxx/defconfig:40:CONFIG_LIBCXX=y boards/arm/imxrt/imxrt1064-evk/configs/libcxxtest/defconfig:26:CONFIG_LIBCXX=y boards/arm/imxrt/imxrt1060-evk/configs/libcxxtest/defconfig:26:CONFIG_LIBCXX=y boards/arm/imxrt/imxrt1170-evk/configs/libcxxtest/defconfig:26:CONFIG_LIBCXX=y boards/arm/imxrt/imxrt1050-evk/configs/libcxxtest/defconfig:26:CONFIG_LIBCXX=y boards/arm/stm32/stm32f4discovery/configs/testlibcxx/defconfig:25:CONFIG_LIBCXX=y boards/arm/qemu/qemu-armv7a/configs/full/defconfig:71:CONFIG_LIBCXX=y boards/arm/mx8mp/verdin-mx8mp/configs/nsh/defconfig:44:CONFIG_LIBCXX=y ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org