-
Notifications
You must be signed in to change notification settings - Fork 2
picotool cannot be built because libUSB is not found. #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The solution was to https://github.com/raspberrypi/picotool#linux--macos The The information about installing the I suggest adding |
|
As @lurch mentioned the |
@aallan I understand that better than yesterday at least. Still, for total noobs like me, reading
as the first paragraph in Chapter 1, I saw no reason to not try the setup script. I am running a Pi 4B, targeting the Pico. Why use Ubuntu on the Pi though? Robotics: ROS 2 on the Pi 4, and Micro-ROS on the Pico. Changing my suggestion to add a warning in the Getting Started book, meant for those running a Pi 4B with a different OS than Pi OS. |
sudo apt install pkg-config |
I am using Ubuntu 22.04.2 on my Pi 4, trying to install Pico SDK. The installation went fine, until:
Error from running manual build as in Appendix B in getting started guide, after confirming
I have tried modifying
/home/pi/pico/picotool/cmakeFindLIBUSB.cmake
as in the hints from this thread, but it seems it is not the solution.https://stackoverflow.com/a/48614573
At first I thought it was the same error as raspberrypi/pico-examples#357, but to me this does not seem like a TinyUSB error.
My GCC version:
The text was updated successfully, but these errors were encountered: