Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2025
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. FQBN: arduino:avr:uno
  2. Verwende das Board 'uno' von der Plattform im Ordner: /home/------/.arduino15/packages/arduino/hardware/avr/1.8.6
  3. Verwendung des Kerns 'arduino' von Platform im Ordner: /home/------/.arduino15/packages/arduino/hardware/avr/1.8.6
  4.  
  5. Verwendete Bibliotheken erkennen ...
  6. /home/------/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/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=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/home/------/.arduino15/packages/arduino/hardware/avr/1.8.6/cores/arduino -I/home/------/.arduino15/packages/arduino/hardware/avr/1.8.6/variants/standard /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/sketch/Blink.ino.cpp -o /dev/null
  7. Funktionsprototypen werden generiert ...
  8. /home/------/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/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=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/home/------/.arduino15/packages/arduino/hardware/avr/1.8.6/cores/arduino -I/home/------/.arduino15/packages/arduino/hardware/avr/1.8.6/variants/standard /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/sketch/Blink.ino.cpp -o /tmp/2455433182/sketch_merged.cpp
  9. /home/------/.arduino15/packages/builtin/tools/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/2455433182/sketch_merged.cpp
  10.  
  11. Sketch wird kompiliert ...
  12. /home/------/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-g++ -c -g -Os -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10607 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -I/home/------/.arduino15/packages/arduino/hardware/avr/1.8.6/cores/arduino -I/home/------/.arduino15/packages/arduino/hardware/avr/1.8.6/variants/standard /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/sketch/Blink.ino.cpp -o /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/sketch/Blink.ino.cpp.o
  13. Bibliotheken werden kompiliert ...
  14. Kern wird kompiliert ...
  15. Verwendung des vorkompilierten Kerns: /home/------/.cache/arduino/cores/arduino_avr_uno_3c2d0227ffdecbc7fc9740d8a0fb5956/core.a
  16. Alles zusammenlinken...
  17. /home/------/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-gcc -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/Blink.ino.elf /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/sketch/Blink.ino.cpp.o /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/../../cores/arduino_avr_uno_3c2d0227ffdecbc7fc9740d8a0fb5956/core.a -L/home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116 -lm
  18. /home/------/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/Blink.ino.elf /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/Blink.ino.eep
  19. /home/------/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-objcopy -O ihex -R .eeprom /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/Blink.ino.elf /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/Blink.ino.hex
  20. /home/------/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-size -A /home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/Blink.ino.elf
  21. Der Sketch verwendet 924 Bytes (2%) des Programmspeicherplatzes. Das Maximum sind 32256 Bytes.
  22. Globale Variablen verwenden 9 Bytes (0%) des dynamischen Speichers, 2039 Bytes für lokale Variablen verbleiben. Das Maximum sind 2048 Bytes.
  23. "/home/------/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/bin/avrdude" "-C/home/------/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega328p -carduino "-P/dev/ttyUSB0" -b115200 -D "-Uflash:w:/home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/Blink.ino.hex:i"
  24.  
  25. avrdude: Version 6.3-20190619
  26. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  27. Copyright (c) 2007-2014 Joerg Wunsch
  28.  
  29. System wide configuration file is "/home/------/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf"
  30. User configuration file is "/home/------/.avrduderc"
  31. User configuration file does not exist or is not a regular file, skipping
  32.  
  33. Using Port : /dev/ttyUSB0
  34. Using Programmer : arduino
  35. Overriding Baud Rate : 115200
  36. AVR Part : ATmega328P
  37. Chip Erase delay : 9000 us
  38. PAGEL : PD7
  39. BS2 : PC2
  40. RESET disposition : dedicated
  41. RETRY pulse : SCK
  42. serial program mode : yes
  43. parallel program mode : yes
  44. Timeout : 200
  45. StabDelay : 100
  46. CmdexeDelay : 25
  47. SyncLoops : 32
  48. ByteDelay : 0
  49. PollIndex : 3
  50. PollValue : 0x53
  51. Memory Detail :
  52.  
  53. Block Poll Page Polled
  54. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  55. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  56. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  57. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  58. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  59. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  60. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  61. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  62. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  63. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  64.  
  65. Programmer Type : Arduino
  66. Description : Arduino
  67. Hardware Version: 3
  68. Firmware Version: 4.4
  69. Vtarget : 0.3 V
  70. Varef : 0.3 V
  71. Oscillator : 28.800 kHz
  72. SCK period : 3.3 us
  73.  
  74. avrdude: AVR device initialized and ready to accept instructions
  75.  
  76. Reading | ################################################## | 100% 0.01s
  77.  
  78. avrdude: Device signature = 0x1e950f (probably m328p)
  79. avrdude: reading input file "/home/------/.cache/arduino/sketches/B009635E26F1AF65A09E3E47CCC4A116/Blink.ino.hex"
  80. avrdude: writing flash (924 bytes):
  81.  
  82. Writing | ################################################## | 100% 0.38s
  83.  
  84. avrdude: 924 bytes of flash written
  85.  
  86. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement