Advertisement
Guest User

Untitled

a guest
Oct 9th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. Arduino: 1.6.8 (Windows 8), Board: "Sanguino, ATmega1284p 16MHz"
  2.  
  3. WARNING: Category '' in library Wire is not valid. Setting to 'Uncategorized'
  4. Warning: platform.txt from core 'Marlin AVR Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
  5. Bootloader file specified but missing: E:\arduino 1.6.8\arduino-1.6.8\hardware\marlin\avr\bootloaders\ATmegaBOOT_168_atmega1284p.hex
  6. Multiple libraries were found for "U8glib.h"
  7. Used: C:\Users\rallekralle11\Documents\Arduino\libraries\U8glib
  8. Not used: E:\arduino 1.6.8\arduino-1.6.8\hardware\marlin\avr\libraries\U8glib
  9.  
  10. Sketch uses 119,950 bytes (91%) of program storage space. Maximum is 131,072 bytes.
  11. Global variables use 4,390 bytes of dynamic memory.
  12. avrdude: stk500_recv(): programmer is not responding
  13. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xb5
  14. avrdude: stk500_recv(): programmer is not responding
  15. avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xb5
  16. avrdude: stk500_recv(): programmer is not responding
  17. avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xb5
  18. avrdude: stk500_recv(): programmer is not responding
  19. avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xb5
  20. avrdude: stk500_recv(): programmer is not responding
  21. avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xb5
  22. avrdude: stk500_recv(): programmer is not responding
  23. avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xb5
  24. avrdude: stk500_recv(): programmer is not responding
  25. avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xb5
  26. avrdude: stk500_recv(): programmer is not responding
  27. avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xb5
  28. avrdude: stk500_recv(): programmer is not responding
  29. avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xb5
  30. avrdude: stk500_recv(): programmer is not responding
  31. avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xb5
  32. Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement