Advertisement
Guest User

pwm.h build log

a guest
Feb 29th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. /home/kenzanin/opt/arduino-1.8.10/arduino-builder -dump-prefs -logger=machine -hardware /home/kenzanin/opt/arduino-1.8.10/hardware -hardware /home/kenzanin/.arduino15/packages -tools /home/kenzanin/opt/arduino-1.8.10/tools-builder -tools /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -tools /home/kenzanin/.arduino15/packages -built-in-libraries /home/kenzanin/opt/arduino-1.8.10/libraries -libraries /home/kenzanin/Arduino/libraries -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10810 -build-path /tmp/arduino_build_507252 -warnings=none -build-cache /tmp/arduino_cache_691279 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.avr-gcc.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.avrdude.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -verbose /home/kenzanin/Arduino/test01/test01.ino
  12. /home/kenzanin/opt/arduino-1.8.10/arduino-builder -compile -logger=machine -hardware /home/kenzanin/opt/arduino-1.8.10/hardware -hardware /home/kenzanin/.arduino15/packages -tools /home/kenzanin/opt/arduino-1.8.10/tools-builder -tools /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -tools /home/kenzanin/.arduino15/packages -built-in-libraries /home/kenzanin/opt/arduino-1.8.10/libraries -libraries /home/kenzanin/Arduino/libraries -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10810 -build-path /tmp/arduino_build_507252 -warnings=none -build-cache /tmp/arduino_cache_691279 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.avr-gcc.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.avrdude.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=/home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr -verbose /home/kenzanin/Arduino/test01/test01.ino
  13. Using board 'nano' from platform in folder: /home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr
  14. Using core 'arduino' from platform in folder: /home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr
  15. Detecting libraries used...
  16. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/cores/arduino -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/variants/eightanaloginputs /tmp/arduino_build_507252/sketch/test01.ino.cpp -o /dev/null
  17. Alternatives for PWM.h: [PWM]
  18. ResolveLibrary(PWM.h)
  19. -> candidates: [PWM]
  20. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/cores/arduino -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/variants/eightanaloginputs -I/home/kenzanin/Arduino/libraries/PWM /tmp/arduino_build_507252/sketch/test01.ino.cpp -o /dev/null
  21. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/cores/arduino -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/variants/eightanaloginputs -I/home/kenzanin/Arduino/libraries/PWM -I/home/kenzanin/Arduino/libraries/PWM/utility /home/kenzanin/Arduino/libraries/PWM/utility/ATimerDefs.cpp -o /dev/null
  22. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/cores/arduino -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/variants/eightanaloginputs -I/home/kenzanin/Arduino/libraries/PWM -I/home/kenzanin/Arduino/libraries/PWM/utility /home/kenzanin/Arduino/libraries/PWM/utility/BTimerDefs.cpp -o /dev/null
  23. Generating function prototypes...
  24. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/cores/arduino -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/variants/eightanaloginputs -I/home/kenzanin/Arduino/libraries/PWM /tmp/arduino_build_507252/sketch/test01.ino.cpp -o /tmp/arduino_build_507252/preproc/ctags_target_for_gcc_minus_e.cpp
  25. /home/kenzanin/opt/arduino-1.8.10/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_507252/preproc/ctags_target_for_gcc_minus_e.cpp
  26. Compiling sketch...
  27. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/cores/arduino -I/home/kenzanin/opt/arduino-1.8.10/hardware/arduino/avr/variants/eightanaloginputs -I/home/kenzanin/Arduino/libraries/PWM /tmp/arduino_build_507252/sketch/test01.ino.cpp -o /tmp/arduino_build_507252/sketch/test01.ino.cpp.o
  28. Compiling libraries...
  29. Compiling library "PWM"
  30. Using previously compiled file: /tmp/arduino_build_507252/libraries/PWM/utility/ATimerDefs.cpp.o
  31. Using previously compiled file: /tmp/arduino_build_507252/libraries/PWM/utility/BTimerDefs.cpp.o
  32. Compiling core...
  33. Using precompiled core: /tmp/arduino_cache_691279/core/core_arduino_avr_nano_cpu_atmega328_51203a7148aea21031e049f6bb68edc7.a
  34. Linking everything together...
  35. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-gcc -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o /tmp/arduino_build_507252/test01.ino.elf /tmp/arduino_build_507252/sketch/test01.ino.cpp.o /tmp/arduino_build_507252/libraries/PWM/utility/ATimerDefs.cpp.o /tmp/arduino_build_507252/libraries/PWM/utility/BTimerDefs.cpp.o /tmp/arduino_build_507252/../arduino_cache_691279/core/core_arduino_avr_nano_cpu_atmega328_51203a7148aea21031e049f6bb68edc7.a -L/tmp/arduino_build_507252 -lm
  36. /home/kenzanin/opt/arduino-1.8.10/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_507252/test01.ino.elf /tmp/arduino_build_507252/test01.ino.eep
  37. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-objcopy -O ihex -R .eeprom /tmp/arduino_build_507252/test01.ino.elf /tmp/arduino_build_507252/test01.ino.hex
  38. Multiple libraries were found for "PWM.h"
  39. Used: /home/kenzanin/Arduino/libraries/PWM
  40. Using library PWM in folder: /home/kenzanin/Arduino/libraries/PWM (legacy)
  41. /home/kenzanin/opt/arduino-1.8.10/hardware/tools/avr/bin/avr-size -A /tmp/arduino_build_507252/test01.ino.elf
  42. Sketch uses 1816 bytes (5%) of program storage space. Maximum is 30720 bytes.
  43. Global variables use 41 bytes (2%) of dynamic memory, leaving 2007 bytes for local variables. Maximum is 2048 bytes.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement