Failure building the zephyr\tests\subsys\cpp\libcxx project #38797
-
Not finding the STL include files ... this is the build error message: ARM gnu eabi installed and the STL files are there ... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It looks like you are trying to build zephyr/tests/subsys/cpp/libcxx/testcase.yaml Lines 5 to 13 in 6112840 In that case, you need to make sure that the correct configs are set: |
Beta Was this translation helpful? Give feedback.
It looks like you are trying to build
tests/subsys/cpp/libcxx
manually (i.e. not via twister).zephyr/tests/subsys/cpp/libcxx/testcase.yaml
Lines 5 to 13 in 6112840
In that case, you need to make sure that the correct configs are set:
-DCONFIG_NEWLIB_LIBC=y
-DCONFIG_NEWLIB_LIBC_NANO=n
-DCONFIG_EXCEPTIONS=y