Skip to content
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

Provide a flavor with exception support #129

Closed
KKoovalsky opened this issue Sep 4, 2022 · 2 comments
Closed

Provide a flavor with exception support #129

KKoovalsky opened this issue Sep 4, 2022 · 2 comments

Comments

@KKoovalsky
Copy link

Hello!

First, I am really excited that this project is being developed, since other developers might not have to cross-compile the compiler runtime, libc, libc++, ... on their own. Moreover, having an alternative to the ARM GNU Toolchain based on LLVM is so cool!

However, I cross-compile firmware with the exceptions enabled, but the main page lists the exception handling feature as not supported. The ARM GNU Toolchain provided c++ libraries in nano and "normal" flavor. Linking to the latter flavor, exceptions were handled correctly.

Could this project provide something similar? The toolchain could bundle libc++ ABI library in nano and exceptions flavors.

@voltur01
Copy link
Contributor

voltur01 commented Sep 5, 2022

Hi Kacper,

Thank you for your interest in the toolchain!

Yes, we plan to enable exceptions support as well, however we want to sort #110 out first so that it is easier to manage the additional library variants. There is no date we can promise, but it is coming soon.

@voltur01
Copy link
Contributor

Library variants with exceptions support provided since #398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants