Advertisement
aross1976

Untitled

Sep 5th, 2017
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. Arduino: 1.8.4 (Windows 7), Board: "Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)"
  2.  
  3. Archiving built core (caching) in: C:\Users\mr.x\AppData\Local\Temp\arduino_cache_588341\core\core_arduino_avr_pro_cpu_16MHzatmega328_0c812875ac70eb4a9b385d8fb077f54c.a
  4. Sketch uses 928 bytes (3%) of program storage space. Maximum is 30720 bytes.
  5. Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
  6. C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM3 -b57600 -D -Uflash:w:C:\Users\mr.x\AppData\Local\Temp\arduino_build_839237/Blink.ino.hex:i
  7.  
  8. avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
  9. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  10. Copyright (c) 2007-2014 Joerg Wunsch
  11.  
  12. System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
  13.  
  14. Using Port : COM3
  15. Using Programmer : arduino
  16. Overriding Baud Rate : 57600
  17. avrdude: stk500_recv(): programmer is not responding
  18. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x58
  19. avrdude: stk500_recv(): programmer is not responding
  20. avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x58
  21. avrdude: stk500_recv(): programmer is not responding
  22. avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x58
  23. avrdude: stk500_recv(): programmer is not responding
  24. avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x58
  25. avrdude: stk500_recv(): programmer is not responding
  26. avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x58
  27. avrdude: stk500_recv(): programmer is not responding
  28. avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x58
  29. avrdude: stk500_recv(): programmer is not responding
  30. avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x58
  31. avrdude: stk500_recv(): programmer is not responding
  32. avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x58
  33. avrdude: stk500_recv(): programmer is not responding
  34. avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x58
  35. avrdude: stk500_recv(): programmer is not responding
  36. avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x58
  37.  
  38. avrdude done. Thank you.
  39.  
  40. Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
  41.  
  42. This report would have more information with
  43. "Show verbose output during compilation"
  44. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement