Open
Description
Description
The bug described here:
#28 Tool conflict in tool chain editor
and here:
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.
Versions
- Eclipse Embedded CDT version: 6.5.0.202401111557
org.eclipse.cdt.core
plugin version: 8.4.0.202402110645- Eclipse version: 2024-03 (4.31.0)
- Java version: OpenJDK 64-Bit Server VM 22
- operating system: Windows
- Toolchain version: xpack-dev-tools\arm-none-eabi-gcc\7.3.1-1.2.2
Metadata
Metadata
Assignees
Labels
No labels