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
Using Arduino IDE 1.8.11 Hourly Build 2020/02/05 06:33 with Windows 10 64 bit and Ubuntu 19.10 64 bit
Use Boards Manager to install a previous version of Arduino AVR Boards.
File > Preferences > Show verbose output during: compilation (check) > OK
Sketch > Verify/Compile
After the compilation finishes, examine the output in the console window. You can see that the Arduino AVR Boards core bundled with the Arduino IDE is still being used, when it should be using the one installed to the .arduino15 folder.
Here's a snippet of the output with Arduino AVR Boards 1.6.21 installed:
Using Arduino IDE 1.8.11 Hourly Build 2020/02/05 06:33 with Windows 10 64 bit and Ubuntu 19.10 64 bit
After the compilation finishes, examine the output in the console window. You can see that the Arduino AVR Boards core bundled with the Arduino IDE is still being used, when it should be using the one installed to the
.arduino15
folder.Here's a snippet of the output with Arduino AVR Boards 1.6.21 installed:
Note that, correctly, avr-gcc 4.9.2-atmel3.5.4-arduino2 is being used, as specified for Arduino AVR Boards 1.6.21 in package_index.json.
However, the
-I
option for the core library folder is:when it should be:
The issue is not restricted to the
-I
option for the core library folder. That is just a clearly visible indicator of the problem.The issue does occur with Arduino IDE 1.8.11.
The issue does not occur with Arduino IDE 1.8.10
The text was updated successfully, but these errors were encountered: