Skip to content
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

'void ThickSynth::setup()' cannot be overloaded - Arduino 1.8.6 or newer #5

Closed
domenpk opened this issue Sep 17, 2018 · 3 comments
Closed

Comments

@domenpk
Copy link

domenpk commented Sep 17, 2018

I get 'void ThickSynth::setup()' cannot be overloaded on Arduino 1.8.6 or 1.8.7. I have tried Linux and Windows versions, same error. I also get the same error for different ArduTouch projects.

It works fine on 1.8.5, so I guess that's the immediate mitigation.

I believe it might be related to: arduino/arduino-builder#292

@ferrisimo
Copy link

I hit this today too. Also found that the 1.9.0 beta works fine.

@maltman23
Copy link
Owner

This is a known issue with v1.8.7 (the newest as of this date) of the Arduino software. If you use v1.8.5 or before of the Arduino software, all is good. This problem should be fixed in the next version of the Arduino software.

You can find previous versions of the Arduino software here:
https://www.arduino.cc/en/Main/OldSoftwareReleases#previous

@maltman23
Copy link
Owner

This is now fixed with the latest release! (We found a work-around for the bug in the Arduino software.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants