0% found this document useful (0 votes)
17 views5 pages

Error

This document summarizes the compilation process of an Arduino sketch. It shows the Arduino board and IDE version used, the location of libraries and files, and the steps taken to compile the sketch which includes preprocessing, compiling, linking libraries and cores to create an executable.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views5 pages

Error

This document summarizes the compilation process of an Arduino sketch. It shows the Arduino board and IDE version used, the location of libraries and files, and the steps taken to compile the sketch which includes preprocessing, compiling, linking libraries and cores to create an executable.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

Arduino: 1.6.10 (Windows 8.

1), Board: "Arduino/Genuino Uno"

C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -


hardware "C:\Program Files (x86)\Arduino\hardware" -tools "C:\Program Files (x86)\
Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -
built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\
abin\Documents\Arduino\libraries" -fqbn=arduino:avr:uno -vid-pid=0X2341_0X0043 -
ide-version=10610 -build-path "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp" -warnings=all -
prefs=build.warn_data_percentage=75 -verbose "E:\arduino\led_blink\led_blink.ino"
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware
"C:\Program Files (x86)\Arduino\hardware" -tools "C:\Program Files (x86)\Arduino\
tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -built-
in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Users\abin\
Documents\Arduino\libraries" -fqbn=arduino:avr:uno -vid-pid=0X2341_0X0043 -ide-
version=10610 -build-path "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp" -warnings=all -
prefs=build.warn_data_percentage=75 -verbose "E:\arduino\led_blink\led_blink.ino"
Using board 'uno' from platform in folder: C:\Program Files (x86)\Arduino\hardware\
arduino\avr
Using core 'arduino' from platform in folder: C:\Program Files (x86)\Arduino\
hardware\arduino\avr
Detecting libraries used...
"C:\Program Files (x86)\Arduino\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=atmega328p -DF_CPU=16000000L -
DARDUINO=10610 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\
Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\
hardware\arduino\avr\variants\standard" "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\sketch\led_blink.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\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=atmega328p -DF_CPU=16000000L -
DARDUINO=10610 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\
Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\
hardware\arduino\avr\variants\standard" "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\sketch\led_blink.ino.cpp" -o "nul"
Generating function prototypes...
"C:\Program Files (x86)\Arduino\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=atmega328p -DF_CPU=16000000L -
DARDUINO=10610 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\
Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\
hardware\arduino\avr\variants\standard" "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\sketch\led_blink.ino.cpp" -o "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\preproc\
ctags_target_for_gcc_minus_e.cpp"
"C:\Program Files (x86)\Arduino\tools-builder\ctags\5.8-arduino10/ctags" -u --
language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\preproc\
ctags_target_for_gcc_minus_e.cpp"
Compiling sketch...
"C:\Program Files (x86)\Arduino\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=atmega328p -DF_CPU=16000000L -
DARDUINO=10610 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\
Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\
hardware\arduino\avr\variants\standard" "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\sketch\led_blink.ino.cpp" -o "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\sketch\
led_blink.ino.cpp.o"
Compiling libraries...
Compiling core...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc" -c -g -x assembler-
with-cpp -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10610 -DARDUINO_AVR_UNO
-DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\
arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\standard"
"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino\wiring_pulse.S"
-o "C:\Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\
core\wiring_pulse.S.o"
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\WInterrupts.c.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\hooks.c.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\wiring.c.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\wiring_analog.c.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\wiring_digital.c.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\wiring_pulse.c.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\wiring_shift.c.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\CDC.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\HardwareSerial.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\HardwareSerial0.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\HardwareSerial1.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\HardwareSerial2.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\HardwareSerial3.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\IPAddress.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\PluggableUSB.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\Print.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\Stream.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\Tone.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\USBCore.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\WMath.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\WString.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\abi.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\main.cpp.o
Using previously compiled file: C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\new.cpp.o
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
wiring_pulse.S.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
WInterrupts.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
hooks.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
wiring.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
wiring_analog.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
wiring_digital.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
wiring_pulse.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
wiring_shift.c.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
CDC.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
HardwareSerial.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
HardwareSerial0.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
HardwareSerial1.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
HardwareSerial2.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
HardwareSerial3.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
IPAddress.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
PluggableUSB.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
Print.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
Stream.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
Tone.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
USBCore.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
WMath.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
WString.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
abi.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
main.cpp.o"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc-ar" rcs "C:\Users\
abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\core.a" "C:\
Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\core\
new.cpp.o"
Linking everything together...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc" -Wall -Wextra -Os -
flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\Users\abin\
AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp/led_blink.ino.elf"
"C:\Users\abin\AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp\sketch\
led_blink.ino.cpp.o" "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp/core\core.a" "-LC:\Users\abin\AppData\
Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp" -lm
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy" -O ihex -
j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-
section-lma .eeprom=0 "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp/led_blink.ino.elf" "C:\Users\abin\
AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp/led_blink.ino.eep"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy" -O ihex -
R .eeprom "C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp/led_blink.ino.elf" "C:\Users\abin\
AppData\Local\Temp\build6019b9665d7767adebbe2ffad6f83d6c.tmp/led_blink.ino.hex"
Sketch uses 928 bytes (2%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local
variables. Maximum is 2,048 bytes.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files
(x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM8
-b115200 -D -Uflash:w:C:\Users\abin\AppData\Local\Temp\
build6019b9665d7767adebbe2ffad6f83d6c.tmp/led_blink.ino.hex:i
An error occurred while uploading the sketch

---
Board: Arduino/Genuino Uno
Port: COM8 (Arduino/Genuino Uno)
Programmer: AVRISPmkll

You might also like