You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, builds fail with Arduino SAMD Boards (32-bits ARM Cortex M0+) version 1.8.13.
Reverting to version 1.8.9 builds works correctly.
I am using HID-Project version 2.8.4
I believe this could be the same as issue #335 but hopefully a clearer title and more succinct description.
Errors:
C:\Users\Ant\Documents\Arduino\My-Project\build\libraries\HID-Project\HID-Project.a(BootKeyboard.cpp.o): In function `BootKeyboard_::getInterface(unsigned char*)':
C:\Users\Ant\Documents\Arduino\libraries\HID-Project\src\SingleReport/BootKeyboard.cpp:88: undefined reference to `USB_SendControl(unsigned char, void const*, int)'
C:\Users\Ant\Documents\Arduino\My-Project\build\libraries\HID-Project\HID-Project.a(BootKeyboard.cpp.o): In function `BootKeyboard_::send()':
C:\Users\Ant\Documents\Arduino\libraries\HID-Project\src\SingleReport/BootKeyboard.cpp:205: undefined reference to `USB_Send(unsigned char, void const*, int)'
C:\Users\Ant\Documents\Arduino\My-Project\build\libraries\HID-Project\HID-Project.a(BootKeyboard.cpp.o): In function `BootKeyboard_::getDescriptor(arduino::USBSetup&)':
C:\Users\Ant\Documents\Arduino\libraries\HID-Project\src\SingleReport/BootKeyboard.cpp:107: undefined reference to `USB_SendControl(unsigned char, void const*, int)'
C:\Users\Ant\Documents\Arduino\My-Project\build\libraries\HID-Project\HID-Project.a(BootKeyboard.cpp.o): In function `BootKeyboard_::setup(arduino::USBSetup&)':
C:\Users\Ant\Documents\Arduino\libraries\HID-Project\src\SingleReport/BootKeyboard.cpp:165: undefined reference to `USB_RecvControl(void*, int)'
C:\Users\Ant\Documents\Arduino\libraries\HID-Project\src\SingleReport/BootKeyboard.cpp:186: undefined reference to `USB_RecvControl(void*, int)'
collect2.exe: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
As the title says, builds fail with Arduino SAMD Boards (32-bits ARM Cortex M0+) version 1.8.13.
Reverting to version 1.8.9 builds works correctly.
I am using HID-Project version 2.8.4
I believe this could be the same as issue #335 but hopefully a clearer title and more succinct description.
Errors:
The text was updated successfully, but these errors were encountered: