Sloeber tool selction the Arduino IDE way is working based on platform version and not tool version #1145
Labels
domain: build
The build does not work as the Arduino IDE.
importance: board specific
OS: all
status: fixed in 4.3.3
Describe the bug
When Slober selcts the tool the "arduino IDE way" it not really uses the arduino IDE way. Arduino IDE selects the tool with the same name with the highest version.
Sloeber selects the tool with the same name installed by the platform with the same hardware and with the highest version number
To Reproduce
Steps to reproduce the behavior:
3.install arduino nfr52 (I tested with 1.0.2 which comes with arm-none-eabi-gcc\4.8.3-2014q1)
Expected behavior
The build should use 7-2017q4 (version 7.0.0 >4.8.3)
Desktop (please complete the following information):
Additional context
The method setTheEnvironmentVariablesAddThePlatformInfo clearly selects the platform based on the platform version. but it should select the tools based on the tools version
The text was updated successfully, but these errors were encountered: