-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino IDE selects wrong board package toolchain #5042
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
Milestone
Comments
#4593 - might be relevant. |
May you post a link to the boards managers packages and the IDE version you're using? |
How to reproduce:
|
This is probably solved by #4795, would you mind giving the @ArduinoBot build a try? |
facchinm
added a commit
to facchinm/arduino-builder
that referenced
this issue
Jul 4, 2016
port of arduino/Arduino#4795 to golang should solve arduino/Arduino#5042
This was referenced Aug 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: