-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Support enhanced GNU Tool Factory capabilities introduced in CDT 11.2.0 #567
Comments
Thank you, John, contributions are welcome. However it might take some time for Embedded CDT to move to 11.2, since the current plan is to remain compatible with older versions as much as possible. |
Understood. These changes are API-compatible with your current target definition and will have no effect (other than providing an unused CDT build variable) when deployed against CDT versions preceding 11.2.0 M2. |
If the changes are only internal and do not result in incompatible project configuration, I guess they are ok. @jonahgraham, any thoughts on this? Can you confirm that we'll not introduce any compatibility issues with projects created before? |
@ilg-ul this change should not impact old projects negatively. |
Ok, thanks for confirming. Merged. I'll update plug-ins versions shortly. |
eclipse-cdt/cdt#361 introduces improved support for launching GNU tools such as
objdump
where these tools are not on the global PATH and may have prefixed names such asarm-none-eabi-objdump
.The CDT Managed Build GNU toolchain descriptions provided by Embedded CDT can take advantage of these new capabilites by:
gnu_tool_prefix
The text was updated successfully, but these errors were encountered: