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
On an initial install of Sloeber 4.3.2, it attempts to use the latest version of Arduino AVR Boards v1.8.2, but installation fails with a modal error window titled "Problem Occurred" which reads: "'Adopting Arduino Board Platforms' has encountered a problem. Installing Arduino Board Playforms". And when you click on "Details>>" it has many "OK" statements, with this in the middle of the log:
Failed to install Arduino AVR Boards
No valid system found for "avr-gcc".
No valid system found for "avrdude".
This is on Mac OS Catalina 10.15 and Mojave 10.14. Arduino AVR Boards 1.6.23 (last release of 1.6.x) works fine, but any of the 1.8.x releases have this problem. This effectively prevents using Sloeber on Catalina since Catalina requires 64 bit tools which are only provided with 1.8.x.
The text was updated successfully, but these errors were encountered:
The bug in eclipse you reference to is not for sloeber but for another eclipse arduino plugin (which has been stale for 2 years now)
But the root cause is the same.
I guess your issue is a duplicate of #1111. workaround: upgrade to latest nightly.
Please report progress. I'm planning to make a new release but I can't test on mac.
Updating to the nightly resolved the issue - Via the Sloeber->preferences->Arduino menu I'm able to check the box for Arduino AVR Boards 1.8.2 and it installs and works as expected. Thanks!
On an initial install of Sloeber 4.3.2, it attempts to use the latest version of Arduino AVR Boards v1.8.2, but installation fails with a modal error window titled "Problem Occurred" which reads: "'Adopting Arduino Board Platforms' has encountered a problem. Installing Arduino Board Playforms". And when you click on "Details>>" it has many "OK" statements, with this in the middle of the log:
Failed to install Arduino AVR Boards
No valid system found for "avr-gcc".
No valid system found for "avrdude".
This bug, as well as a rather involved workaround for it is described accurately here on the eclipse community forums: https://www.eclipse.org/forums/index.php/t/1100629/
This is on Mac OS Catalina 10.15 and Mojave 10.14. Arduino AVR Boards 1.6.23 (last release of 1.6.x) works fine, but any of the 1.8.x releases have this problem. This effectively prevents using Sloeber on Catalina since Catalina requires 64 bit tools which are only provided with 1.8.x.
The text was updated successfully, but these errors were encountered: