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

Not working with Arduino IDE 1.8.x #116

Open
erlanger opened this issue Feb 13, 2017 · 6 comments
Open

Not working with Arduino IDE 1.8.x #116

erlanger opened this issue Feb 13, 2017 · 6 comments

Comments

@erlanger
Copy link

The cores are not recognized with the Arduino IDE 1.8.x

Even though the board manager says they are installed. The error is the following:

Error compiling for board ATtiny25/45/85.
The current selected board needs the core 'arduino:arduino' that is not installed.

This happens AFTER adding https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json to the preferences AND adding the Attiny board support in the board manager.

I presume 1.6.x works for IDE version 1.8.x , let me know if that is not the case. Thanks for your work, I really appreciate it!

@dunk8888
Copy link

There also a driver issue,may have to install the zedig driver libusbK i had to with 1.8.1 and 1.8.2

@fabianofurtado
Copy link

I've got the same error here, using Arduino IDE 1.8.2 with Arch Linux 64 bits, avr-gcc 6.3.0 and arduino-avr-core 1.6.18.

@yzubkov
Copy link

yzubkov commented Jul 17, 2017

Same with Arduino IDE 1.8.3

@Ted-CAcert
Copy link

I just tried it with IDE 1.8.2 and "Arduino AVR Boards" 1.6.19 installed (on Windows), and for me it worked like a charm.

@Ted-CAcert
Copy link

Now I tried a new installation on another laptop, and there I did install the GitHub project in the sketchbook hardware folder, instead of using the board manager with https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json

Now I get a similar error message:
Die aktuell ausgewählte Board benötigt den Kern 'arduino:arduino', der nicht installiert ist.

Maybe this helps?

@isaacwellish
Copy link

isaacwellish commented Aug 16, 2019

Same here using Arduino 1.8.9 in Mac trying program with arduino uno. Found I got my sketch to upload to attiny 45 when going back to arduino 1.6.13

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

6 participants