Advertisement
mattgilbert

ArduinoISP with ATtiny85 debug

Feb 19th, 2012
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.78 KB | None | 0 0
  1. Here's the verbose output from when I try to build and upload the modified Blink program to the ATTiny85. Does this help?:
  2. [code]/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.o
  3. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  4.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  5.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  6.                 from Blink.cpp:8:
  7. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  8. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  9.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  10.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  11.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:8,
  12.                 from Blink.cpp:8:
  13. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  14. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WInterrupts.c -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/WInterrupts.c.o
  15. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WInterrupts.c:110:8: warning: #warning attachInterrupt may need some more work for this cpu (case 1)
  16. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WInterrupts.c:170:8: warning: #warning detachInterrupt may need some more work for this cpu (case 1)
  17. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WInterrupts.c:235: warning: 'INT1_vect' appears to be a misspelled signal handler
  18. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring.c -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring.c.o
  19. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring.c:237:3: warning: #warning this needs to be finished
  20. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring.c:246:3: warning: #warning Timer 2 not finished (may not be present on this CPU)
  21. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring.c:255:3: warning: #warning Timer 2 not finished (may not be present on this CPU)
  22. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring_analog.c -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring_analog.c.o
  23. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring_digital.c -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring_digital.c.o
  24. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring_pulse.c -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring_pulse.c.o
  25. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring_shift.c -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring_shift.c.o
  26. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/CDC.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/CDC.cpp.o
  27. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  28.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  29.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  30.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Platform.h:15,
  31.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/CDC.cpp:19:
  32. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  33. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  34.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  35.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  36.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Platform.h:6,
  37.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/CDC.cpp:19:
  38. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  39. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/HardwareSerial.cpp.o
  40. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  41.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  42.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  43.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp:27:
  44. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  45. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  46.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  47.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  48.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:8,
  49.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp:27:
  50. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  51. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HID.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/HID.cpp.o
  52. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  53.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  54.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  55.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Platform.h:15,
  56.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HID.cpp:19:
  57. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  58. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  59.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  60.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  61.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Platform.h:6,
  62.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HID.cpp:19:
  63. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  64. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/IPAddress.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/IPAddress.cpp.o
  65. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  66.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  67.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  68.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/IPAddress.cpp:2:
  69. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  70. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  71.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  72.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  73.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:8,
  74.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/IPAddress.cpp:2:
  75. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  76. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/main.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/main.cpp.o
  77. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  78.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  79.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  80.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/main.cpp:1:
  81. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  82. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  83.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  84.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  85.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:8,
  86.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/main.cpp:1:
  87. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  88. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/new.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/new.cpp.o
  89. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Print.cpp.o
  90. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  91.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  92.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  93.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.cpp:26:
  94. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  95. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  96.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  97.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  98.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:8,
  99.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.cpp:26:
  100. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  101. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Stream.cpp.o
  102. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  103.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  104.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  105.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.cpp:23:
  106. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  107. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  108.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  109.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  110.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:8,
  111.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.cpp:23:
  112. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  113. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Tone.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Tone.cpp.o
  114. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  115.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  116.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  117.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Tone.cpp:36:
  118. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  119. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  120.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  121.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/interrupt.h:38,
  122.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Tone.cpp:34:
  123. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  124. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Tone.cpp:108: warning: only initialized variables can be placed into program memory area
  125. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Tone.cpp:523: warning: 'TIMER2_COMPA_vect' appears to be a misspelled signal handler
  126. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/USBCore.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/USBCore.cpp.o
  127. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.h:26,
  128.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.h:27,
  129.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Arduino.h:192,
  130.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Platform.h:15,
  131.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/USBCore.cpp:19:
  132. /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.h:32:1: warning: "BIN" redefined
  133. In file included from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotn85.h:38,
  134.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/io.h:284,
  135.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/pgmspace.h:82,
  136.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Platform.h:6,
  137.                 from /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/USBCore.cpp:19:
  138. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/include/avr/iotnx5.h:55:1: warning: this is the location of the previous definition
  139. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WMath.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/WMath.cpp.o
  140. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=100 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/matt/Documents/Arduino/hardware/attiny/variants/tiny8 /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WString.cpp -o/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/WString.cpp.o
  141. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/WInterrupts.c.o
  142. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring.c.o
  143. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring_analog.c.o
  144. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring_digital.c.o
  145. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring_pulse.c.o
  146. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/wiring_shift.c.o
  147. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/CDC.cpp.o
  148. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/HardwareSerial.cpp.o
  149. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/HID.cpp.o
  150. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/IPAddress.cpp.o
  151. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/main.cpp.o
  152. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/new.cpp.o
  153. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Print.cpp.o
  154. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Stream.cpp.o
  155. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Tone.cpp.o
  156. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/USBCore.cpp.o
  157. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/WMath.cpp.o
  158. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/WString.cpp.o
  159. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -Os -Wl,--gc-sections -mmcu=attiny85 -o /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.elf /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.o /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/core.a -L/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp -lm
  160. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.elf /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.eep
  161. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-objcopy -O ihex -R .eeprom /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.elf /var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.hex
  162. Binary sketch size: 774 bytes (of a 8192 byte maximum)
  163. /Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude -C/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf -v -v -v -v -pattiny85 -cstk500v1 -P/dev/tty.usbserial-A6007WNZ -b19200 -Uflash:w:/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.hex:i
  164.  
  165. avrdude: Version 5.11, compiled on Sep  2 2011 at 18:52:52
  166.         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  167.         Copyright (c) 2007-2009 Joerg Wunsch
  168.  
  169.         System wide configuration file is "/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf"
  170.         User configuration file is "/Users/matt/.avrduderc"
  171.         User configuration file does not exist or is not a regular file, skipping
  172.  
  173.         Using Port                    : /dev/tty.usbserial-A6007WNZ
  174.         Using Programmer              : stk500v1
  175.         Overriding Baud Rate          : 19200
  176. avrdude: Send: 0 [30]   [20]
  177. avrdude: Send: 0 [30]   [20]
  178. avrdude: Send: 0 [30]   [20]
  179. avrdude: Recv: . [14]
  180. avrdude: Recv: . [10]
  181.         AVR Part                      : ATtiny85
  182.         Chip Erase delay              : 4500 us
  183.         PAGEL                         : P00
  184.         BS2                           : P00
  185.         RESET disposition             : possible i/o
  186.         RETRY pulse                   : SCK
  187.         serial program mode           : yes
  188.         parallel program mode         : yes
  189.         Timeout                       : 200
  190.         StabDelay                     : 100
  191.         CmdexeDelay                   : 25
  192.         SyncLoops                     : 32
  193.         ByteDelay                     : 0
  194.         PollIndex                     : 3
  195.         PollValue                     : 0x53
  196.         Memory Detail                 :
  197.  
  198.                                  Block Poll               Page                       Polled
  199.           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  200.           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  201.           eeprom        65     6     4    0 no        512    4      0  4000  4500 0xff 0xff
  202.                                  Block Poll               Page                       Polled
  203.           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  204.           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  205.           flash         65     6    32    0 yes      8192   64    128  4500  4500 0xff 0xff
  206.                                  Block Poll               Page                       Polled
  207.           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  208.           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  209.           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
  210.                                  Block Poll               Page                       Polled
  211.           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  212.           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  213.           lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
  214.                                  Block Poll               Page                       Polled
  215.           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  216.           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  217.           lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
  218.                                  Block Poll               Page                       Polled
  219.           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  220.           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  221.           hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
  222.                                  Block Poll               Page                       Polled
  223.           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  224.           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  225.           efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
  226.                                  Block Poll               Page                       Polled
  227.           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  228.           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  229.           calibration    0     0     0    0 no          2    0      0     0     0 0x00 0x00
  230.  
  231.         Programmer Type : STK500
  232.         Description     : Atmel STK500 Version 1.x firmware
  233. avrdude: Send: A [41] . [80]   [20]
  234. avrdude: Recv: . [14]
  235. avrdude: Recv: . [02]
  236. avrdude: Recv: . [10]
  237. avrdude: Send: A [41] . [81]   [20]
  238. avrdude: Recv: . [14]
  239. avrdude: Recv: . [01]
  240. avrdude: Recv: . [10]
  241. avrdude: Send: A [41] . [82]   [20]
  242. avrdude: Recv: . [14]
  243. avrdude: Recv: . [12]
  244. avrdude: Recv: . [10]
  245. avrdude: Send: A [41] . [98]   [20]
  246. avrdude: Recv: . [14]
  247. avrdude: Recv: . [00]
  248. avrdude: Recv: . [10]
  249.         Hardware Version: 2
  250.         Firmware Version: 1.18
  251.         Topcard         : Unknown
  252. avrdude: Send: A [41] . [84]   [20]
  253. avrdude: Recv: . [14]
  254. avrdude: Recv: . [00]
  255. avrdude: Recv: . [10]
  256. avrdude: Send: A [41] . [85]   [20]
  257. avrdude: Recv: . [14]
  258. avrdude: Recv: . [00]
  259. avrdude: Recv: . [10]
  260. avrdude: Send: A [41] . [86]   [20]
  261. avrdude: Recv: . [14]
  262. avrdude: Recv: . [00]
  263. avrdude: Recv: . [10]
  264. avrdude: Send: A [41] . [87]   [20]
  265. avrdude: Recv: . [14]
  266. avrdude: Recv: . [00]
  267. avrdude: Recv: . [10]
  268. avrdude: Send: A [41] . [89]   [20]
  269. avrdude: Recv: . [14]
  270. avrdude: Recv: . [00]
  271. avrdude: Recv: . [10]
  272.         Vtarget         : 0.0 V
  273.         Varef           : 0.0 V
  274.         Oscillator      : Off
  275.         SCK period      : 0.1 us
  276.  
  277. avrdude: Send: A [41] . [81]   [20]
  278. avrdude: Recv: . [14]
  279. avrdude: Recv: . [01]
  280. avrdude: Recv: . [10]
  281. avrdude: Send: A [41] . [82]   [20]
  282. avrdude: Recv: . [14]
  283. avrdude: Recv: . [12]
  284. avrdude: Recv: . [10]
  285. avrdude: Send: B [42] . [14] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] @ [40] . [02] . [00] . [00] . [00]   [20] . [00]   [20]
  286. avrdude: Recv: . [14]
  287. avrdude: Recv: . [10]
  288. avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85
  289. avrdude: Send: P [50]   [20]
  290. avrdude: Recv: . [14]
  291. avrdude: Recv: . [10]
  292. avrdude: AVR device initialized and ready to accept instructions
  293.  
  294. Reading | avrdude: Send: V [56] 0 [30] . [00] . [00] . [00]   [20]
  295. avrdude: Recv: . [14]
  296. avrdude: Recv: . [1e]
  297. avrdude: Recv: . [10]
  298. avrdude: Send: V [56] 0 [30] . [00] . [01] . [00]   [20]
  299. avrdude: Recv: . [14]
  300. avrdude: Recv: . [93]
  301. avrdude: Recv: . [10]
  302. ################avrdude: Send: V [56] 0 [30] . [00] . [02] . [00]   [20]
  303. avrdude: Recv: . [14]
  304. avrdude: Recv: . [0b]
  305. avrdude: Recv: . [10]
  306. ################################## | 100% 0.12s
  307.  
  308. avrdude: Device signature = 0x1e930b
  309. avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
  310.         To disable this feature, specify the -D option.
  311. avrdude: Send: V [56] . [a0] . [01] . [fc] . [00]   [20]
  312. avrdude: Recv: . [14]
  313. avrdude: Recv: . [ff]
  314. avrdude: Recv: . [10]
  315. avrdude: Send: V [56] . [a0] . [01] . [fd] . [00]   [20]
  316. avrdude: Recv: . [14]
  317. avrdude: Recv: . [ff]
  318. avrdude: Recv: . [10]
  319. avrdude: Send: V [56] . [a0] . [01] . [fe] . [00]   [20]
  320. avrdude: Recv: . [14]
  321. avrdude: Recv: . [ff]
  322. avrdude: Recv: . [10]
  323. avrdude: Send: V [56] . [a0] . [01] . [ff] . [00]   [20]
  324. avrdude: Recv: . [14]
  325. avrdude: Recv: . [ff]
  326. avrdude: Recv: . [10]
  327. avrdude: erasing chip
  328. avrdude: Send: V [56] . [ac] . [80] . [00] . [00]   [20]
  329. avrdude: Recv: . [14]
  330. avrdude: Recv: . [00]
  331. avrdude: Recv: . [10]
  332. avrdude: Send: A [41] . [81]   [20]
  333. avrdude: Recv: . [14]
  334. avrdude: Recv: . [01]
  335. avrdude: Recv: . [10]
  336. avrdude: Send: A [41] . [82]   [20]
  337. avrdude: Recv: . [14]
  338. avrdude: Recv: . [12]
  339. avrdude: Recv: . [10]
  340. avrdude: Send: B [42] . [14] . [00] . [00] . [01] . [01] . [01] . [01] . [03] . [ff] . [ff] . [ff] . [ff] . [00] @ [40] . [02] . [00] . [00] . [00]   [20] . [00]   [20]
  341. avrdude: Recv: . [14]
  342. avrdude: Recv: . [10]
  343. avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85
  344. avrdude: Send: P [50]   [20]
  345. avrdude: Recv: . [14]
  346. avrdude: Recv: . [10]
  347. avrdude: reading input file "/var/folders/t3/t3Ki56MlESiqXsRR8LaubE+++TI/-Tmp-/build5530494898126923119.tmp/Blink.cpp.hex"
  348. avrdude: writing flash (774 bytes):
  349.  
  350. Writing | avrdude: Send: U [55] . [00] . [00]   [20]
  351. avrdude: Recv: . [14]
  352. avrdude: Recv: . [10]
  353. avrdude: Send: d [64] . [00] @ [40] F [46]   [20] . [c0] : [3a] . [c0] 9 [39] . [c0] 8 [38] . [c0] 7 [37] . [c0] L [4c] . [c0] 5 [35] . [c0] 4 [34] . [c0] 3 [33] . [c0] 2 [32] . [c0] 1 [31] . [c0] 0 [30] . [c0] / [2f] . [c0] . [2e] . [c0] - [2d] . [c0] . [00] . [00] . [00] . [00] 7 [37] . [00] . [00] . [00] . [00] . [00] 8 [38] . [00] . [00] . [00] . [00] . [00] 6 [36] . [00] . [02] . [02] . [02] . [02] . [02] . [02] . [01] . [02] . [04] . [08] . [10]   [20] . [01] . [02] . [00] . [00]   [20]
  354. avrdude: ser_recv(): programmer is not responding
  355. avrdude: stk500_recv(): programmer is not responding[/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement