Thanks for an amazing project. I mentioned this on the star-dot forum, but maybe it was missed.
I am having trouble building the USB support version on a new-installed OS on a Pi4.
Without the USB keyboard it works fine. However, when I try and make with the USB keyboard support added I get this error:
/home/pi/b-em/src/pico/usb_host_hid/usb_host_hid.c:31:10: fatal error: bsp/board.h: No such file or directory
#include "bsp/board.h"
^~~~~~~~~~~~~
Possibly a missing dependency or bad path somewhere? There doesn't seem to be a board.h file in the listed dependencies, so I am guessing the former. Any advice? Thanks.
Thanks for an amazing project. I mentioned this on the star-dot forum, but maybe it was missed.
I am having trouble building the USB support version on a new-installed OS on a Pi4.
Without the USB keyboard it works fine. However, when I try and make with the USB keyboard support added I get this error:
Possibly a missing dependency or bad path somewhere? There doesn't seem to be a board.h file in the listed dependencies, so I am guessing the former. Any advice? Thanks.