Last active
December 12, 2016 17:04
-
-
Save kubilisr/1bc786399acb3712761387db26babc8d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/user/arduino-1.6.13/arduino-builder -dump-prefs -logger=machine -hardware /home/user/arduino-1.6.13/hardware -tools /home/user/arduino-1.6.13/tools-builder -tools /home/user/arduino-1.6.13/hardware/tools/avr -built-in-libraries /home/user/arduino-1.6.13/libraries -libraries /home/user/Arduino/libraries -fqbn=attiny:avr:attiny:cpu=attiny85,clock=internal1 -ide-version=10613 -build-path /tmp/arduino_build_399401 -warnings=all -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=/home/user/arduino-1.6.13/hardware/tools/avr -prefs=runtime.tools.avrdude.path=/home/user/arduino-1.6.13/hardware/tools/avr -verbose /tmp/arduino_modified_sketch_68474/sketch_dec12a.ino | |
/home/user/arduino-1.6.13/arduino-builder -compile -logger=machine -hardware /home/user/arduino-1.6.13/hardware -tools /home/user/arduino-1.6.13/tools-builder -tools /home/user/arduino-1.6.13/hardware/tools/avr -built-in-libraries /home/user/arduino-1.6.13/libraries -libraries /home/user/Arduino/libraries -fqbn=attiny:avr:attiny:cpu=attiny85,clock=internal1 -ide-version=10613 -build-path /tmp/arduino_build_399401 -warnings=all -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=/home/user/arduino-1.6.13/hardware/tools/avr -prefs=runtime.tools.avrdude.path=/home/user/arduino-1.6.13/hardware/tools/avr -verbose /tmp/arduino_modified_sketch_68474/sketch_dec12a.ino | |
Using board 'attiny' from platform in folder: /home/user/arduino-1.6.13/hardware/attiny/avr | |
Using core 'arduino' from platform in folder: /home/user/arduino-1.6.13/hardware/arduino/avr | |
Detecting libraries used... | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=attiny85 -DF_CPU=1000000L -DARDUINO=10613 -DARDUINO_attiny -DARDUINO_ARCH_AVR "-I/home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino" "-I/home/user/arduino-1.6.13/hardware/attiny/avr/variants/tiny8" "/tmp/arduino_build_399401/sketch/sketch_dec12a.ino.cpp" -o "/dev/null" | |
Generating function prototypes... | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=attiny85 -DF_CPU=1000000L -DARDUINO=10613 -DARDUINO_attiny -DARDUINO_ARCH_AVR "-I/home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino" "-I/home/user/arduino-1.6.13/hardware/attiny/avr/variants/tiny8" "/tmp/arduino_build_399401/sketch/sketch_dec12a.ino.cpp" -o "/tmp/arduino_build_399401/preproc/ctags_target_for_gcc_minus_e.cpp" | |
"/home/user/arduino-1.6.13/tools-builder/ctags/5.8-arduino10/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "/tmp/arduino_build_399401/preproc/ctags_target_for_gcc_minus_e.cpp" | |
Compiling sketch... | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=attiny85 -DF_CPU=1000000L -DARDUINO=10613 -DARDUINO_attiny -DARDUINO_ARCH_AVR "-I/home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino" "-I/home/user/arduino-1.6.13/hardware/attiny/avr/variants/tiny8" "/tmp/arduino_build_399401/sketch/sketch_dec12a.ino.cpp" -o "/tmp/arduino_build_399401/sketch/sketch_dec12a.ino.cpp.o" | |
In file included from /home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/Stream.h:26:0, | |
from /home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/HardwareSerial.h:29, | |
from /home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/Arduino.h:232, | |
from /tmp/arduino_build_399401/sketch/sketch_dec12a.ino.cpp:1: | |
/home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/Print.h:32:0: warning: "BIN" redefined | |
#define BIN 2 | |
^ | |
In file included from /home/user/arduino-1.6.13/hardware/tools/avr/avr/include/avr/iotn85.h:38:0, | |
from /home/user/arduino-1.6.13/hardware/tools/avr/avr/include/avr/io.h:428, | |
from /home/user/arduino-1.6.13/hardware/tools/avr/avr/include/avr/pgmspace.h:90, | |
from /home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/Arduino.h:28, | |
from /tmp/arduino_build_399401/sketch/sketch_dec12a.ino.cpp:1: | |
/home/user/arduino-1.6.13/hardware/tools/avr/avr/include/avr/iotnx5.h:55:0: note: this is the location of the previous definition | |
#define BIN 7 | |
^ | |
Compiling libraries... | |
Compiling core... | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc" -c -g -x assembler-with-cpp -flto -mmcu=attiny85 -DF_CPU=1000000L -DARDUINO=10613 -DARDUINO_attiny -DARDUINO_ARCH_AVR "-I/home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino" "-I/home/user/arduino-1.6.13/hardware/attiny/avr/variants/tiny8" "/home/user/arduino-1.6.13/hardware/arduino/avr/cores/arduino/wiring_pulse.S" -o "/tmp/arduino_build_399401/core/wiring_pulse.S.o" | |
Using previously compiled file: /tmp/arduino_build_399401/core/WInterrupts.c.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/hooks.c.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/wiring.c.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/wiring_analog.c.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/wiring_digital.c.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/wiring_pulse.c.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/wiring_shift.c.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/CDC.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/HardwareSerial.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/HardwareSerial0.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/HardwareSerial1.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/HardwareSerial2.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/HardwareSerial3.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/IPAddress.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/PluggableUSB.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/Print.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/Stream.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/Tone.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/USBCore.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/WMath.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/WString.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/abi.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/main.cpp.o | |
Using previously compiled file: /tmp/arduino_build_399401/core/new.cpp.o | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/wiring_pulse.S.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/WInterrupts.c.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/hooks.c.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/wiring.c.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/wiring_analog.c.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/wiring_digital.c.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/wiring_pulse.c.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/wiring_shift.c.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/CDC.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/HardwareSerial.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/HardwareSerial0.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/HardwareSerial1.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/HardwareSerial2.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/HardwareSerial3.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/IPAddress.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/PluggableUSB.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/Print.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/Stream.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/Tone.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/USBCore.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/WMath.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/WString.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/abi.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/main.cpp.o" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_399401/core/core.a" "/tmp/arduino_build_399401/core/new.cpp.o" | |
Linking everything together... | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc" -Wall -Wextra -Os -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=attiny85 -o "/tmp/arduino_build_399401/sketch_dec12a.ino.elf" "/tmp/arduino_build_399401/sketch/sketch_dec12a.ino.cpp.o" "/tmp/arduino_build_399401/core/core.a" "-L/tmp/arduino_build_399401" -lm | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "/tmp/arduino_build_399401/sketch_dec12a.ino.elf" "/tmp/arduino_build_399401/sketch_dec12a.ino.eep" | |
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-objcopy" -O ihex -R .eeprom "/tmp/arduino_build_399401/sketch_dec12a.ino.elf" "/tmp/arduino_build_399401/sketch_dec12a.ino.hex" | |
Sketch uses 274 bytes (3%) of program storage space. Maximum is 8,192 bytes. | |
Global variables use 9 bytes of dynamic memory. | |
/home/user/arduino-1.6.13/hardware/tools/avr/bin/avrdude -C/home/user/arduino-1.6.13/hardware/tools/avr/etc/avrdude.conf -v -pattiny85 -cstk500v2 -Pusb -Uflash:w:/tmp/arduino_build_399401/sketch_dec12a.ino.hex:i | |
avrdude: Version 6.3, compiled on Sep 12 2016 at 15:21:49 | |
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
Copyright (c) 2007-2014 Joerg Wunsch | |
System wide configuration file is "/home/user/arduino-1.6.13/hardware/tools/avr/etc/avrdude.conf" | |
User configuration file is "/home/user/.avrduderc" | |
User configuration file does not exist or is not a regular file, skipping | |
An error occurred while uploading the sketch | |
Using Port : usb | |
Using Programmer : stk500v2 | |
avrdude: usbdev_open(): did not find any USB device "usb" (0x03eb:0x2104) | |
avrdude done. Thank you. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment