-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Regression when building with C++ toolchain enabled #13648
Comments
The previous commit works fine, but since commit 4cec713 is unrelated to build system, it seems the bug was here before in atomic.h header. |
Hi, This problem has been found in Lines 32 to 41 in fd182da
When LIBCXXTOOLCHAIN is enabled, LIBCXXMINI should not be included in the compilation because they are mutually exclusive I submitted a PR to fix this issue:#13663 |
you can add a new one, or reuse one of them. |
Description / Steps to reproduce the issue
Since commit 4cec713 I cannot build the stm32f411e-disco:nsh example with libcxxtoolchain enabled.
To reproduce:
Got this error:
I'm not really sure to understand why the build system is targeting the libcxxmini in first place.
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Debian testing
NuttX Version
master
Issue Architecture
[Arch: arm]
Issue Area
[Area: Build System]
Verification
The text was updated successfully, but these errors were encountered: