-
Notifications
You must be signed in to change notification settings - Fork 1.5k
RISC-V: add C++ support to crt0 #6235
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
Conversation
|
I think this file is not even compiled by CI so the build error is not my doing. (Reason I think this file is not compiled: it is compiled by make import which I don't think is part of CI?) |
It's related to the latest version of esptool (#6281). Let's ignore it for this PR. |
pkarashchenko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Please rebase on top of the latest mainline to fix the CI issues |
|
@xiaoxiang781216 I do not have any comments. Pleas merge if your questions are addressed |
No, let's merge this patch first. I am preparing patch to unify c++ constructor/destructor, will submit when it's ready. |
Summary
Adds C++ support to CRT
Impact
Testing
icicle:knsh