Advertisement
halfordC

Untitled

Aug 21st, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Arduino: 1.8.4 (Windows 7), TD: 1.39, Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. Archiving built core (caching) in: C:\Users\Halfordc\AppData\Local\Temp\arduino_cache_806700\core\core_arduino_avr_mega_cpu_atmega2560_0c812875ac70eb4a9b385d8fb077f54c.a
  4. libraries\Morse_halford88\Morse_halford88.cpp.o (symbol from plugin): In function `Morse_halford88::Morse_halford88(int)':
  5.  
  6. (.text+0x0): multiple definition of `Morse_halford88::Morse_halford88(int)'
  7.  
  8. sketch\Morse_halford88.cpp.o (symbol from plugin):(.text+0x0): first defined here
  9.  
  10. c:/program files (x86)/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.9.2/../../../../avr/bin/ld.exe: Disabling relaxation: it will not work with multiple definitions
  11.  
  12. libraries\Morse_halford88\Morse_halford88.cpp.o (symbol from plugin): In function `Morse_halford88::Morse_halford88(int)':
  13.  
  14. (.text+0x0): multiple definition of `Morse_halford88::Morse_halford88(int)'
  15.  
  16. sketch\Morse_halford88.cpp.o (symbol from plugin):(.text+0x0): first defined here
  17.  
  18. libraries\Morse_halford88\Morse_halford88.cpp.o (symbol from plugin): In function `Morse_halford88::Morse_halford88(int)':
  19.  
  20. (.text+0x0): multiple definition of `Morse_halford88::setUpValues()'
  21.  
  22. sketch\Morse_halford88.cpp.o (symbol from plugin):(.text+0x0): first defined here
  23.  
  24. libraries\Morse_halford88\Morse_halford88.cpp.o (symbol from plugin): In function `Morse_halford88::Morse_halford88(int)':
  25.  
  26. (.text+0x0): multiple definition of `Morse_halford88::dot()'
  27.  
  28. sketch\Morse_halford88.cpp.o (symbol from plugin):(.text+0x0): first defined here
  29.  
  30. libraries\Morse_halford88\Morse_halford88.cpp.o (symbol from plugin): In function `Morse_halford88::Morse_halford88(int)':
  31.  
  32. (.text+0x0): multiple definition of `Morse_halford88::dash()'
  33.  
  34. sketch\Morse_halford88.cpp.o (symbol from plugin):(.text+0x0): first defined here
  35.  
  36. collect2.exe: error: ld returned 1 exit status
  37.  
  38. exit status 1
  39. Error compiling for board Arduino/Genuino Mega or Mega 2560.
  40.  
  41. This report would have more information with
  42. "Show verbose output during compilation"
  43. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement