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

Do not include *.py (Python) files in final compiler zip files #6

Open
EmbeddedMan opened this issue Dec 25, 2015 · 0 comments
Open
Assignees

Comments

@EmbeddedMan
Copy link
Member

There are quite a number of -gdb.py files in the final output .zip files for each platform. These need to be removed. When the Arduino IDE installs the compiler and unzips the files, it chokes on these files for some reason (I don't think it's internal parsing like the leading dash?) - at least under Windows it chokes.

I tested this fix by removing all of the *.py files manually, re-zipping the compiler, uploading it to GH, and then having the Arduino IDE pull down the new zip file. It installs with no problems then.

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

2 participants