First of all, sorry if I make some mistakes. I'm form Bulgaria.
So, my problem is, that when i try to program Attiny85, i get that mistake:
Arduino: 1.5.8 (Windows 7), Board: "ATtiny85 @ 1 MHz (internal oscillator; BOD disabled)"
Third-party platform.txt does not define compiler.path. Please report this to the third-party hardware maintainer.
Sketch uses 710 bytes (8%) of program storage space. Maximum is 8,192 bytes.
Global variables use 9 bytes (1%) of dynamic memory, leaving 503 bytes for local variables. Maximum is 512 bytes.
processing.app.debug.RunnerException: Please select a programmer from Tools->Programmer menu
- at cc.arduino.packages.uploaders.SerialUploader.uploadUsingProgrammer(SerialUploader.java:216)*
- at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:64)*
- at processing.app.Sketch.upload(Sketch.java:1713)*
- at processing.app.Sketch.exportApplet(Sketch.java:1624)*
- at processing.app.Sketch.exportApplet(Sketch.java:1596)*
- at processing.app.Editor$DefaultExportHandler.run(Editor.java:2392)*
- at java.lang.Thread.run(Unknown Source)*
Please select a programmer from Tools->Programmer menu
I am with Arduino UNO, and I'm using Arduino 1.5.8. I', following this tutorial: - YouTube
I'm struggling with this for over a week.
Any ideas?