Skip to content

Failure building the zephyr\tests\subsys\cpp\libcxx project #38797

Answered by stephanosio
awe-devasc asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like you are trying to build tests/subsys/cpp/libcxx manually (i.e. not via twister).

cpp.libcxx.newlib:
filter: TOOLCHAIN_HAS_NEWLIB == 1
toolchain_exclude: xcc
min_flash: 54
tags: cpp
extra_configs:
- CONFIG_NEWLIB_LIBC=y
- CONFIG_NEWLIB_LIBC_NANO=n
- CONFIG_EXCEPTIONS=y

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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@awe-devasc
Comment options

@stephanosio
Comment options

Answer selected by awe-devasc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #38796 on September 23, 2021 23:13.