You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is described as benign, but doesn't particularly seem to be benign. For x8664 MinGW C++ targets, I'm able to modify my Used Tools, but for Cross ARM targets, I'm not. Whenever this warning appears, any changes to the selected tools silently fail.
Steps to Reproduce
Open the project properties
Click on C/C++ Build
Click on Tool Chain Editor
Observe that the Current Toolchain is set to Arm Cross GCC
Observe that the Current Builder is set to Gnu Make Builder
Observe that, in Used Tools, there appear entries for Assembler and Archiver
Click on Select Tools...
Click on Allow All Changes
Remove: GNU Arm Cross Assembler, GNU Arm Cross C Compiler, Gnu Arm Cross C Linker, GNU Arm Cross Archiver, leaving only Cross Arm C++ Compiler, Cross Arm C++ Linker, Cross ARM GNU Create Flash Image, Cross ARM GNU Create Listing, Cross ARM GNU Print Size
Click OK
Observe that nothing in the Used Tools has changed.
Expected behaviour: Be able to remove unwanted tools.
Actual behaviour: Silent failure when attempting to remove unwanted tools while the conflict message appears.
I remember this very old issue, but I don't have a solution for it, I guess it is a subtle interaction between the toolchain definition and the CDT logic.
If you have a patch that fixes it, we'll consider it.
Description
The bug described here:
#28 Tool conflict in tool chain editor
and here:
Conflict while editing tools
is described as benign, but doesn't particularly seem to be benign. For x8664 MinGW C++ targets, I'm able to modify my Used Tools, but for Cross ARM targets, I'm not. Whenever this warning appears, any changes to the selected tools silently fail.
Steps to Reproduce
Expected behaviour: Be able to remove unwanted tools.
Actual behaviour: Silent failure when attempting to remove unwanted tools while the conflict message appears.
Versions
org.eclipse.cdt.core
plugin version: 8.4.0.202402110645The text was updated successfully, but these errors were encountered: