Guest User

Untitled

a guest
Apr 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. [04/23/18 20:06:23] Processing leonardo (platform: atmelavr; board: leonardo; framework: arduino)
  2.  
  3. Verbose mode can be enabled via `-v, --verbose` option
  4. PLATFORM: Atmel AVR > Arduino Leonardo
  5. SYSTEM: ATMEGA32U4 16MHz 2.50KB RAM (28KB Flash)
  6. Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  7. LDF MODES: FINDER(deep+) COMPATIBILITY(light)
  8. Collected 25 compatible libraries
  9. Scanning dependencies...
  10. Dependency Graph
  11. |-- <MIDI controller> v3.0.1
  12. Compiling .pioenvs\leonardo\src\main.cpp.o
  13. Compiling .pioenvs\leonardo\lib5c9\MIDI_controller-3.0.1\Banks\Bank.cpp.o
  14. Compiling .pioenvs\leonardo\lib5c9\MIDI_controller-3.0.1\Banks\BankSelector.cpp.o
  15. Compiling .pioenvs\leonardo\lib5c9\MIDI_controller-3.0.1\ExtendedInputOutput\AnalogMultiplex.cpp.o
  16. In file included from lib\MIDI_controller-3.0.1\src/./MIDI_Controller/MIDI_Controller_Class.h:4:0,
  17. from lib\MIDI_controller-3.0.1\src/MIDI_Controller.h:10,
  18. from src\main.cpp:20:
  19. lib\MIDI_controller-3.0.1\src/./MIDI_Controller/../MIDI_Interfaces/USBMIDI_Interface.h:11:21: fatal error: MIDIUSB.h: No such file or directory
  20.  
  21. *****************************************************************
  22. * Looking for MIDIUSB.h dependency? Check our library registry!
  23. *
  24.  
  25. * CLI > platformio lib search "header:MIDIUSB.h"
  26. * Web > https://platformio.org/lib/search?query=header:MIDIUSB.h
  27. *
  28. *****************************************************************
  29.  
  30. #include "MIDIUSB.h"
  31. ^
  32. compilation terminated.
  33. In file included from lib\MIDI_controller-3.0.1\src\Banks\.././MIDI_Controller/MIDI_Controller_Class.h:4:0,
  34. from lib\MIDI_controller-3.0.1\src\Banks\../MIDI_Controller.h:10,
  35. from lib\MIDI_controller-3.0.1\src\Banks\Bank.cpp:2:
  36. lib\MIDI_controller-3.0.1\src\Banks\.././MIDI_Controller/../MIDI_Interfaces/USBMIDI_Interface.h:11:21: fatal error: MIDIUSB.h: No such file or directory
  37.  
  38. *****************************************************************
  39. * Looking for MIDIUSB.h dependency? Check our library registry!
  40. *
  41. * CLI > platformio lib search "header:MIDIUSB.h"
  42. * Web > https://platformio.org/lib/search?query=header:MIDIUSB.h
  43. *
  44. *****************************************************************
  45.  
  46. #include "MIDIUSB.h"
  47. ^
  48. compilation terminated.
  49. *** [.pioenvs\leonardo\src\main.cpp.o] Error 1
  50. *** [.pioenvs\leonardo\lib5c9\MIDI_controller-3.0.1\Banks\Bank.cpp.o] Error 1
  51. In file included from lib\MIDI_controller-3.0.1\src\Banks\../ExtendedInputOutput/ExtendedInputOutput.h:5:0,
  52. from lib\MIDI_controller-3.0.1\src\Banks\BankSelector.h:7,
  53. from lib\MIDI_controller-3.0.1\src\Banks\BankSelector.cpp:1:
  54. lib\MIDI_controller-3.0.1\src\Banks\../ExtendedInputOutput/ExtendedIOElement.h: In member function 'virtual int ExtendedIOElement::digitalRead(pin_t)':
  55. lib\MIDI_controller-3.0.1\src\Banks\../ExtendedInputOutput/ExtendedIOElement.h:33:38: warning: no return statement in function returning non-void [-Wreturn-typ
  56. e]
  57. virtual int digitalRead(pin_t pin){};
  58. ^
  59. lib\MIDI_controller-3.0.1\src\Banks\../ExtendedInputOutput/ExtendedIOElement.h: In member function 'virtual analog_t ExtendedIOElement::analogRead(pin_t)':
  60. lib\MIDI_controller-3.0.1\src\Banks\../ExtendedInputOutput/ExtendedIOElement.h:34:42: warning: no return statement in function returning non-void [-Wreturn-typ
  61.  
  62. e]
  63. virtual analog_t analogRead(pin_t pin){};
  64. ^
  65. In file included from lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\AnalogMultiplex.h:5:0,
  66. from lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\AnalogMultiplex.cpp:1:
  67. lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\ExtendedIOElement.h: In member function 'virtual int ExtendedIOElement::digitalRead(pin_t)':
  68. lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\ExtendedIOElement.h:33:38: warning: no return statement in function returning non-void [-Wreturn-type]
  69. virtual int digitalRead(pin_t pin){};
  70. ^
  71. lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\ExtendedIOElement.h: In member function 'virtual analog_t ExtendedIOElement::analogRead(pin_t)':
  72. lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\ExtendedIOElement.h:34:42: warning: no return statement in function returning non-void [-Wreturn-type]
  73. virtual analog_t analogRead(pin_t pin){};
  74. ^
  75. In file included from lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\AnalogMultiplex.cpp:1:0:
  76. lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\AnalogMultiplex.h: In constructor 'AnalogMultiplex::AnalogMultiplex(pin_t, std::initializer_list<unsigned cha
  77. r>)':
  78. lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\AnalogMultiplex.h:44:32: warning: 'AnalogMultiplex::nb_addresses' will be initialized after [-Wreorder]
  79. const size_t nb_addressPins, nb_addresses;
  80. ^
  81. lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\AnalogMultiplex.h:24:50: warning: base 'ExtendedIOElement' [-Wreorder]
  82. ExtendedIOElement(1 << addressPins.size())
  83. ^
  84. lib\MIDI_controller-3.0.1\src\ExtendedInputOutput\AnalogMultiplex.h:22:3: warning: when initialized here [-Wreorder]
  85. AnalogMultiplex(pin_t analogPin, std::initializer_list<pin_t> addressPins)
  86. ^
  87. lib\MIDI_controller-3.0.1\src\Banks\BankSelector.cpp: In member function 'void BankSelector::refreshLEDs(uint8_t)':
  88. lib\MIDI_controller-3.0.1\src\Banks\BankSelector.cpp:108:12: warning: enumeration value 'SINGLE_BUTTON' not handled in switch [-Wswitch]
  89. switch (mode)
  90. ^
  91. lib\MIDI_controller-3.0.1\src\Banks\BankSelector.cpp:108:12: warning: enumeration value 'SINGLE_SWITCH' not handled in switch [-Wswitch]
  92. lib\MIDI_controller-3.0.1\src\Banks\BankSelector.cpp:108:12: warning: enumeration value 'MULTIPLE_BUTTONS' not handled in switch [-Wswitch]
  93. lib\MIDI_controller-3.0.1\src\Banks\BankSelector.cpp:108:12: warning: enumeration value 'INCREMENT_DECREMENT' not handled in switch [-Wswitch]
  94. lib\MIDI_controller-3.0.1\src\Banks\BankSelector.cpp:108:12: warning: enumeration value 'INCREMENT' not handled in switch [-Wswitch]
  95. Dependency Graph
  96. |-- <MIDI controller> v3.0.1
  97. Compiling .pioenvs\leonardo\src\main.cpp.o
  98. Compiling .pioenvs\leonardo\lib5c9\MIDI_controller-3.0.1\Banks\Bank.cpp.o
  99. Compiling .pioenvs\leonardo\lib5c9\MIDI_controller-3.0.1\Banks\BankSelector.cpp.o
  100. Compiling .pioenvs\leonardo\lib5c9\MIDI_controller-3.0.1\ExtendedInputOutput\AnalogMultiplex.cpp.o
  101. [ERROR] Took 3.51 seconds
Add Comment
Please, Sign In to add comment