@SteveS wrote:
Given that the latest Pi kernel was only released this week, I expected to have to build the driver for this.
What I didn't expect was that I wouldn't be able to because the driver won't compile.In usbhandler.c
The function sleep_on_timeout is not declared before use (and with the current settings, this warning is treated as an error. Additionally there is a warning relating to a type mismatch in a call to dev_info.It turns out there is no sleep_on_timeout, which is presumably why it isn't declared in any of the Linux headers :(
Further, emailing support at robopeak.com gives me an undeliverable notification.
Am I stuck with having to use the userland SDK for it instead?
Are there plans afoot to provide a precompiled binary as with earlier releases.
Posts: 2
Participants: 1