Boothy920Q

error V2

Jan 2nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Arduino: 1.6.8 (Windows 10), Board: "Arduino/Genuino Uno"
  2.  
  3. libraries\IRremote\IRremote.cpp.o: In function `MATCH(int, int)':
  4.  
  5. F:\User\Documents\Arduino\libraries\IRremote/IRremoteInt.h:176: multiple definition of `MATCH(int, int)'
  6.  
  7. sketch\Robot-Ir.ino.cpp.o:F:\User\Documents\Arduino\libraries\IRremote/IRremoteInt.h:176: first defined here
  8.  
  9. libraries\IRremote\IRremote.cpp.o: In function `MATCH(int, int)':
  10.  
  11. F:\User\Documents\Arduino\libraries\IRremote/IRremoteInt.h:176: multiple definition of `MATCH_MARK(int, int)'
  12.  
  13. sketch\Robot-Ir.ino.cpp.o:F:\User\Documents\Arduino\libraries\IRremote/IRremoteInt.h:176: first defined here
  14.  
  15. libraries\IRremote\IRremote.cpp.o: In function `MATCH(int, int)':
  16.  
  17. F:\User\Documents\Arduino\libraries\IRremote/IRremoteInt.h:176: multiple definition of `MATCH_SPACE(int, int)'
  18.  
  19. sketch\Robot-Ir.ino.cpp.o:F:\User\Documents\Arduino\libraries\IRremote/IRremoteInt.h:176: first defined here
  20.  
  21. collect2.exe: error: ld returned 1 exit status
  22.  
  23. exit status 1
  24. Error compiling for board Arduino/Genuino Uno.
  25.  
  26. This report would have more information with
  27. "Show verbose output during compilation"
  28. option enabled in File -> Preferences.
Add Comment
Please, Sign In to add comment