-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Milestone
Description
The Arduino IDE (or arduino-builder), selects the wrong toolchain when some additional platforms are installed through Boards Manager.
For example, if I install both Digistump Oak and ESP8266 community packages, it selects
.arduino15/packages/digistump/tools/xtensa-lx106-elf-gcc
instead of
.arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc
when compiling for regular ESP8266.
It causes more problems like this:
I'm trying to build "Blink" example for MKR100 (after installing RedBear Duo support package):
It fails, because IDE selects ~/.arduino15/packages/RedBear/tools/arm-none-eabi-gcc/4.9-2015-q3
toolchain, and it's not compiling correctly.
Same for some other boards combinations.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Relationships
Development
Select code repository
Activity
vshymanskyy commentedon Jun 15, 2016
#4593 - might be relevant.
cmaglie commentedon Jun 15, 2016
May you post a link to the boards managers packages and the IDE version you're using?
vshymanskyy commentedon Jun 15, 2016
How to reproduce:
facchinm commentedon Jun 15, 2016
This is probably solved by #4795, would you mind giving the @ArduinoBot build a try?
Add specifier to generated tool property keys