Skip to content

Instantly share code, notes, and snippets.

@kubilisr
Last active December 12, 2016 17:04
Show Gist options
  • Save kubilisr/1bc786399acb3712761387db26babc8d to your computer and use it in GitHub Desktop.
Save kubilisr/1bc786399acb3712761387db26babc8d to your computer and use it in GitHub Desktop.
/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_726460 -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 /home/user/Arduino/sketch_dec12a/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_726460 -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 /home/user/Arduino/sketch_dec12a/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_726460/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_726460/sketch/sketch_dec12a.ino.cpp" -o "/tmp/arduino_build_726460/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_726460/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_726460/sketch/sketch_dec12a.ino.cpp" -o "/tmp/arduino_build_726460/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_726460/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_726460/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_726460/core/wiring_pulse.S.o"
Using previously compiled file: /tmp/arduino_build_726460/core/WInterrupts.c.o
Using previously compiled file: /tmp/arduino_build_726460/core/hooks.c.o
Using previously compiled file: /tmp/arduino_build_726460/core/wiring.c.o
Using previously compiled file: /tmp/arduino_build_726460/core/wiring_analog.c.o
Using previously compiled file: /tmp/arduino_build_726460/core/wiring_digital.c.o
Using previously compiled file: /tmp/arduino_build_726460/core/wiring_pulse.c.o
Using previously compiled file: /tmp/arduino_build_726460/core/wiring_shift.c.o
Using previously compiled file: /tmp/arduino_build_726460/core/CDC.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/HardwareSerial.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/HardwareSerial0.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/HardwareSerial1.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/HardwareSerial2.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/HardwareSerial3.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/IPAddress.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/PluggableUSB.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/Print.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/Stream.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/Tone.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/USBCore.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/WMath.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/WString.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/abi.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/main.cpp.o
Using previously compiled file: /tmp/arduino_build_726460/core/new.cpp.o
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/wiring_pulse.S.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/WInterrupts.c.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/hooks.c.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/wiring.c.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/wiring_analog.c.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/wiring_digital.c.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/wiring_pulse.c.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/wiring_shift.c.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/CDC.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/HardwareSerial.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/HardwareSerial0.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/HardwareSerial1.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/HardwareSerial2.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/HardwareSerial3.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/IPAddress.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/PluggableUSB.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/Print.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/Stream.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/Tone.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/USBCore.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/WMath.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/WString.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/abi.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/core/main.cpp.o"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_726460/core/core.a" "/tmp/arduino_build_726460/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_726460/sketch_dec12a.ino.elf" "/tmp/arduino_build_726460/sketch/sketch_dec12a.ino.cpp.o" "/tmp/arduino_build_726460/core/core.a" "-L/tmp/arduino_build_726460" -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_726460/sketch_dec12a.ino.elf" "/tmp/arduino_build_726460/sketch_dec12a.ino.eep"
"/home/user/arduino-1.6.13/hardware/tools/avr/bin/avr-objcopy" -O ihex -R .eeprom "/tmp/arduino_build_726460/sketch_dec12a.ino.elf" "/tmp/arduino_build_726460/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 -cusbtiny -Uflash:w:/tmp/arduino_build_726460/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
Using Port : usb
Using Programmer : usbtiny
avrdude: usbdev_open(): Found USBtinyISP, bus:device: 001:009
AVR Part : ATtiny85
Chip Erase delay : 400000 us
PAGEL : P00
BS2 : P00
RESET disposition : possible i/o
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 12 4 0 no 512 4 0 4000 4500 0xff 0xff
flash 65 6 32 0 yes 8192 64 128 30000 30000 0xff 0xff
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
Programmer Type : USBtiny
Description : USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/
avrdude: programmer operation not supported
avrdude: Using SCK period of 10 usec
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e930b (probably t85)
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: Using SCK period of 10 usec
avrdude: reading input file "/tmp/arduino_build_726460/sketch_dec12a.ino.hex"
avrdude: writing flash (274 bytes):
Writing | ################################################## | 100% 0.52s
avrdude: 274 bytes of flash written
avrdude: verifying flash memory against /tmp/arduino_build_726460/sketch_dec12a.ino.hex:
avrdude: load data flash data from input file /tmp/arduino_build_726460/sketch_dec12a.ino.hex:
avrdude: input file /tmp/arduino_build_726460/sketch_dec12a.ino.hex contains 274 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 0.46s
avrdude: verifying ...
avrdude: 274 bytes of flash verified
avrdude done. Thank you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment