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

Update to latest arduino release #156

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

xapantu
Copy link

@xapantu xapantu commented Oct 15, 2015

It looks like some libraries were moved in a recent arduino release. Here are some fixes to make it work.

@oldmud0
Copy link

oldmud0 commented Sep 5, 2016

Confirmed working with 1.6.11 with no manual changes needed. You may have to modify the SDK path hints if you are using Windows and your drive is not C. I have TDM-GCC-64 in my path, which may explain why there were no complaints about make not being found, since it was removed from the SDK.

I also recommend using Ninja instead of make as it is much faster and is only a tiny .exe file you need to add in your system PATH. Just set your target to Ninja instead of MSYS/Unix, and let the magic begin.

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

Successfully merging this pull request may close these issues.

3 participants