-
-
Notifications
You must be signed in to change notification settings - Fork 403
Please add .cc and .cxx to OTHER_ALLOWED_EXTENSIONS #1149
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
Comments
Just for the sake of linking related feature requests together, I'll mention https://github.com/arduino/arduino-builder/issues/268 here. |
Oops, not sure how this ended up in |
Hi @raybellis. I transferred it to this repository because this is where the code that would need to be changed to implement your request lives. To be specific, here: arduino-cli/arduino/globals/globals.go Lines 27 to 43 in 900654f
The builder system has gradually been moved out of the Arduino IDE's Java codebase, first into arduino-builder, and now to its final home here in Arduino CLI. From here, it can be used by all the official (and 3rd party as well if they like) Arduino development software, including Arduino IDE, Arduino Web Editor, Arduino Pro IDE, and of course Arduino CLI itself. |
Any updates? @raybellis |
When using third party C++ code not originally targeting the Arduino it is not uncommon to find those source files with a ".cc" or ".cxx" extension.
These are currently unusable since the builder doesn't copy those files from
src/*
into the temporary build tree.Please add those to the list of recognised source code extensions for C++ code.
The text was updated successfully, but these errors were encountered: